mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Fix kitty colors
This commit is contained in:
parent
73a8d2d466
commit
515ff88428
2 changed files with 25 additions and 19 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -164,11 +164,11 @@
|
|||
},
|
||||
"themes": {
|
||||
"locked": {
|
||||
"lastModified": 1701028664,
|
||||
"narHash": "sha256-iEvnZVHMsR4ZvfhfOkDjz9REQn7DPsy0ODPpK2xXm9Q=",
|
||||
"lastModified": 1701029691,
|
||||
"narHash": "sha256-2GTMVcJmqM8tmiohIqTROZNSTDFdpqMk0xOo57hlu6E=",
|
||||
"owner": "RGBCube",
|
||||
"repo": "ThemeNix",
|
||||
"rev": "4d4ec5a91bba92bfe334799b094d9c64799a2e67",
|
||||
"rev": "050a2401644eb010cdd23043c10f318892733f9f",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -48,25 +48,31 @@ homeConfiguration "nixos" {
|
|||
active_tab_background = background;
|
||||
active_tab_foreground = lightForeground;
|
||||
|
||||
inactive_tab_background = lightBackground;
|
||||
inactive_tab_background = lighterBackground;
|
||||
inactive_tab_foreground = lightForeground;
|
||||
|
||||
color0 = base00;
|
||||
color1 = base01;
|
||||
color2 = base02;
|
||||
color3 = base03;
|
||||
color4 = base04;
|
||||
color5 = base05;
|
||||
color6 = base06;
|
||||
color7 = base07;
|
||||
color8 = base08;
|
||||
color9 = base09;
|
||||
color10 = base0A;
|
||||
color11 = base0B;
|
||||
color12 = base0C;
|
||||
color13 = base0D;
|
||||
color14 = base0E;
|
||||
color15 = base0F;
|
||||
color1 = base08;
|
||||
color2 = base0B;
|
||||
color3 = base0A;
|
||||
color4 = base0D;
|
||||
color5 = base0E;
|
||||
color6 = base0C;
|
||||
color7 = base05;
|
||||
color8 = base03;
|
||||
color9 = base08;
|
||||
color10 = base0B;
|
||||
color11 = base0A;
|
||||
color12 = base0D;
|
||||
color13 = base0E;
|
||||
color14 = base0C;
|
||||
color15 = base07;
|
||||
color16 = base09;
|
||||
color17 = base0F;
|
||||
color18 = base01;
|
||||
color19 = base02;
|
||||
color20 = base04;
|
||||
color21 = base06;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue