mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-08 10:46:34 +05:30
initial commit
This commit is contained in:
44
modules/alacritty/config/rice-colors.yml
Executable file
44
modules/alacritty/config/rice-colors.yml
Executable file
@ -0,0 +1,44 @@
|
||||
schemes:
|
||||
sirius: &sirius
|
||||
primary:
|
||||
background: "#000000"
|
||||
foreground: "0xa6accd"
|
||||
normal:
|
||||
black: "0x1b1e28"
|
||||
red: "0xd0679d"
|
||||
green: "0x5de4c7"
|
||||
yellow: "0xfffac2"
|
||||
blue: "0x89ddff"
|
||||
magenta: "0xfcc5e9"
|
||||
cyan: "0xadd7ff"
|
||||
white: "0xffffff"
|
||||
bright:
|
||||
black: "0xa6accd"
|
||||
red: "0xd0679d"
|
||||
green: "0x5de4c7"
|
||||
yellow: "0xfffac2"
|
||||
blue: "0xadd7ff"
|
||||
magenta: "0xfae4fc"
|
||||
cyan: "0x89ddff"
|
||||
white: "0xffffff"
|
||||
cursor:
|
||||
cursor: "#bb9af7"
|
||||
text: CellBackground
|
||||
search:
|
||||
matches:
|
||||
foreground: "0x1b1e28"
|
||||
background: "0xadd7ff"
|
||||
focused_match:
|
||||
foreground: "0x1b1e28"
|
||||
background: "0xadd7ff"
|
||||
footer_bar:
|
||||
foreground: "0x1b1e28"
|
||||
background: "0xadd7ff"
|
||||
selection:
|
||||
text: CellForeground
|
||||
background: "0x303340"
|
||||
vi_mode_cursor:
|
||||
text: CellBackground
|
||||
cursor: CellForeground
|
||||
|
||||
colors: *sirius
|
Reference in New Issue
Block a user