mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-07 02:06:34 +05:30
45 lines
1.1 KiB
YAML
Executable File
45 lines
1.1 KiB
YAML
Executable File
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
|