hotfix
This commit is contained in:
parent
d7670907af
commit
9dfddbcb4c
@ -11,41 +11,41 @@ with config.deviceSpecific;
|
|||||||
# keybindings = ''
|
# keybindings = ''
|
||||||
# '';
|
# '';
|
||||||
settings = {
|
settings = {
|
||||||
foreground = "#${base05-hex}";
|
foreground = "#${thm.base05-hex}";
|
||||||
background = "#${base00-hex}";
|
background = "#${thm.base00-hex}";
|
||||||
selection_background = "#${base05-hex}";
|
selection_background = "#${thm.base05-hex}";
|
||||||
selection_foreground = "#${base00-hex}";
|
selection_foreground = "#${thm.base00-hex}";
|
||||||
url_color = "#${base04-hex}";
|
url_color = "#${thm.base04-hex}";
|
||||||
active_border_color = "#${base03-hex}";
|
active_border_color = "#${thm.base03-hex}";
|
||||||
inactive_border_color = "#${base01-hex}";
|
inactive_border_color = "#${thm.base01-hex}";
|
||||||
active_tab_background = "#${base00-hex}";
|
active_tab_background = "#${thm.base00-hex}";
|
||||||
active_tab_foreground = "#${base05-hex}";
|
active_tab_foreground = "#${thm.base05-hex}";
|
||||||
inactive_tab_background = "#${base01-hex}";
|
inactive_tab_background = "#${thm.base01-hex}";
|
||||||
inactive_tab_foreground = "#${base04-hex}";
|
inactive_tab_foreground = "#${thm.base04-hex}";
|
||||||
tab_bar_background = "#${base01-hex}";
|
tab_bar_background = "#${thm.base01-hex}";
|
||||||
cursor = "#${base05-hex}";
|
cursor = "#${thm.base05-hex}";
|
||||||
color0 = "#${base00-hex}";
|
color0 = "#${thm.base00-hex}";
|
||||||
color1 = "#${base08-hex}";
|
color1 = "#${thm.base08-hex}";
|
||||||
color2 = "#${base0B-hex}";
|
color2 = "#${thm.base0B-hex}";
|
||||||
color3 = "#${base0A-hex}";
|
color3 = "#${thm.base0A-hex}";
|
||||||
color4 = "#${base0D-hex}";
|
color4 = "#${thm.base0D-hex}";
|
||||||
color5 = "#${base0E-hex}";
|
color5 = "#${thm.base0E-hex}";
|
||||||
color6 = "#${base0C-hex}";
|
color6 = "#${thm.base0C-hex}";
|
||||||
color7 = "#${base05-hex}";
|
color7 = "#${thm.base05-hex}";
|
||||||
color8 = "#${base03-hex}";
|
color8 = "#${thm.base03-hex}";
|
||||||
color9 = "#${base08-hex}";
|
color9 = "#${thm.base08-hex}";
|
||||||
color10 = "#${base0B-hex}";
|
color10 = "#${thm.base0B-hex}";
|
||||||
color11 = "#${base0A-hex}";
|
color11 = "#${thm.base0A-hex}";
|
||||||
color12 = "#${base0D-hex}";
|
color12 = "#${thm.base0D-hex}";
|
||||||
color13 = "#${base0E-hex}";
|
color13 = "#${thm.base0E-hex}";
|
||||||
color14 = "#${base0C-hex}";
|
color14 = "#${thm.base0C-hex}";
|
||||||
color15 = "#${base07-hex}";
|
color15 = "#${thm.base07-hex}";
|
||||||
color16 = "#${base09-hex}";
|
color16 = "#${thm.base09-hex}";
|
||||||
color17 = "#${base0F-hex}";
|
color17 = "#${thm.base0F-hex}";
|
||||||
color18 = "#${base01-hex}";
|
color18 = "#${thm.base01-hex}";
|
||||||
color19 = "#${base02-hex}";
|
color19 = "#${thm.base02-hex}";
|
||||||
color20 = "#${base04-hex}";
|
color20 = "#${thm.base04-hex}";
|
||||||
color21 = "#${base06-hex}";
|
color21 = "#${thm.base06-hex}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user