1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-31 07:03:36 +00:00
This commit is contained in:
Rae 5e 2024-12-17 19:47:47 -05:00
parent 465d097458
commit 13e6ce1afb
2 changed files with 7 additions and 6 deletions

View file

@ -40,11 +40,11 @@ window.inactive.button.pressed.bg: Solid Flat
window.inactive.button.pressed.bg.color: #d9eafd
# Menus
menu.separator.color: #f8fafc
menu.separator.color: #23262a
menu.items.bg: Solid Flat
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.color: #bcccdc

View file

@ -26,7 +26,7 @@
kitty = {
enable = true;
font.name = "Fira Code";
theme = "Mayukai";
themeFile = "mayukai";
};
neovim = {
enable = true;
@ -50,7 +50,7 @@
settings =
let
background = "#0000";
foreground = "#fff";
foreground = "#030910";
color0 = "#d9eafd";
color1 = "#bcccdc";
color2 = "#9aa6b2";
@ -98,9 +98,10 @@
label-active-background = color2;
label-active-padding = 1;
label-occupied = "%name%";
label-occupied-foreground = "#fff";
label-occupied-padding = 1;
label-empty = "%name%";
label-empty-foreground = foreground;
label-empty-foreground = "#fff";
label-empty-padding = 1;
label-urgent = "%name%";
label-urgent-background = color0;