fix rgb themeing
This commit is contained in:
parent
63137c2f6f
commit
1d317b21fb
2 changed files with 18 additions and 30 deletions
|
@ -226,22 +226,22 @@ in {
|
|||
};
|
||||
|
||||
ezcolors.baseColors = {
|
||||
base00 = "1e0528";
|
||||
base01 = "1A092D";
|
||||
base02 = "331354";
|
||||
base03 = "320f55";
|
||||
base04 = "873582";
|
||||
base05 = "ffeeff";
|
||||
base06 = "ffeeff";
|
||||
base07 = "f8c0ff";
|
||||
base08 = "00d9e9";
|
||||
base09 = "aa00a3";
|
||||
base0A = "955ae7";
|
||||
base0B = "05cb0d";
|
||||
base0C = "b900b1";
|
||||
base0D = "550068";
|
||||
base0E = "8991bb";
|
||||
base0F = "4d6fff";
|
||||
base00 = "22273b";
|
||||
base01 = "414f60";
|
||||
base02 = "5a8380";
|
||||
base03 = "6e6f72";
|
||||
base04 = "87888b";
|
||||
base05 = "a4a6a9";
|
||||
base06 = "c7c9cd";
|
||||
base07 = "8dbdaa";
|
||||
base08 = "777abc";
|
||||
base09 = "94929e";
|
||||
base0A = "4f9062";
|
||||
base0B = "6562a8";
|
||||
base0C = "226f68";
|
||||
base0D = "4d6bb6";
|
||||
base0E = "716cae";
|
||||
base0F = "8c70a7";
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue