mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-07 09:52:50 +00:00
~
This commit is contained in:
parent
465d097458
commit
13e6ce1afb
2 changed files with 7 additions and 6 deletions
|
@ -40,11 +40,11 @@ window.inactive.button.pressed.bg: Solid Flat
|
||||||
window.inactive.button.pressed.bg.color: #d9eafd
|
window.inactive.button.pressed.bg.color: #d9eafd
|
||||||
|
|
||||||
# Menus
|
# Menus
|
||||||
menu.separator.color: #f8fafc
|
menu.separator.color: #23262a
|
||||||
|
|
||||||
menu.items.bg: Solid Flat
|
menu.items.bg: Solid Flat
|
||||||
menu.items.bg.color: #9aa6b2
|
menu.items.bg.color: #9aa6b2
|
||||||
menu.items.text.color: #000000
|
menu.items.text.color: #23262a
|
||||||
|
|
||||||
menu.items.active.bg: Solid Flat
|
menu.items.active.bg: Solid Flat
|
||||||
menu.items.active.bg.color: #bcccdc
|
menu.items.active.bg.color: #bcccdc
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
kitty = {
|
kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
font.name = "Fira Code";
|
font.name = "Fira Code";
|
||||||
theme = "Mayukai";
|
themeFile = "mayukai";
|
||||||
};
|
};
|
||||||
neovim = {
|
neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -50,7 +50,7 @@
|
||||||
settings =
|
settings =
|
||||||
let
|
let
|
||||||
background = "#0000";
|
background = "#0000";
|
||||||
foreground = "#fff";
|
foreground = "#030910";
|
||||||
color0 = "#d9eafd";
|
color0 = "#d9eafd";
|
||||||
color1 = "#bcccdc";
|
color1 = "#bcccdc";
|
||||||
color2 = "#9aa6b2";
|
color2 = "#9aa6b2";
|
||||||
|
@ -98,9 +98,10 @@
|
||||||
label-active-background = color2;
|
label-active-background = color2;
|
||||||
label-active-padding = 1;
|
label-active-padding = 1;
|
||||||
label-occupied = "%name%";
|
label-occupied = "%name%";
|
||||||
|
label-occupied-foreground = "#fff";
|
||||||
label-occupied-padding = 1;
|
label-occupied-padding = 1;
|
||||||
label-empty = "%name%";
|
label-empty = "%name%";
|
||||||
label-empty-foreground = foreground;
|
label-empty-foreground = "#fff";
|
||||||
label-empty-padding = 1;
|
label-empty-padding = 1;
|
||||||
label-urgent = "%name%";
|
label-urgent = "%name%";
|
||||||
label-urgent-background = color0;
|
label-urgent-background = color0;
|
||||||
|
|
Loading…
Reference in a new issue