1

Compare commits

..

2 Commits

Author SHA1 Message Date
892bcdb070 Hyprland: Update groupbar colorscheme 2024-10-13 21:35:28 +02:00
8fc71a6f15 Neovim: Update lualine colorscheme 2024-10-13 21:35:16 +02:00
2 changed files with 12 additions and 4 deletions

View File

@ -371,9 +371,13 @@ in {
group = {
groupbar = {
enabled = true;
render_titles = false;
font_size = 10;
gradients = false;
"col.active" = "rgb(${color.dark.lavender})";
"col.inactive" = "rgba(${color.dark.base}AA)";
};
"col.border_active" = "rgb(${color.dark.lavender})";
@ -452,7 +456,11 @@ in {
misc = {
# Say no to the anime girl
disable_hyprland_logo = true;
force_default_wallpaper = 0;
disable_splash_rendering = true;
font_family = "${color.font}";
};
# Because those are not windows, but layouts,

View File

@ -1123,10 +1123,10 @@ in {
b = { fg = "#${color.dark.red}", bg = "#${color.dark.crust}" },
},
terminal = {
a = { fg = "#${color.dark.base}", bg = "#${color.dark.green}", gui = "bold" },
b = { fg = "#${color.dark.green}", bg = "#${color.dark.crust}" },
},
-- terminal = {
-- a = { fg = "#${color.dark.base}", bg = "#${color.dark.green}", gui = "bold" },
-- b = { fg = "#${color.dark.green}", bg = "#${color.dark.crust}" },
-- },
command = {
a = { fg = "#${color.dark.base}", bg = "#${color.dark.peach}", gui = "bold" },