Dotfiles Updates

This commit is contained in:
2025-11-27 10:11:33 +01:00
parent 044c73cb60
commit fbf694a688
13 changed files with 1126 additions and 837 deletions

View File

@@ -1,93 +1,91 @@
/* Catppuccin Macchiato Palette */
/* Window */
@define-color window_bg_color #24273a; /* base */
@define-color window_fg_color #cad3f5; /* text */
/* Everforest Dark Palette */
@define-color window_bg_color #2b3339; /* bg0 */
@define-color window_fg_color #d5c9a1; /* fg */
/* View styling */
@define-color view_bg_color #24273a; /* base */
@define-color view_fg_color #cad3f5; /* text */
@define-color view_bg_color #2b3339;
@define-color view_fg_color #d5c9a1;
/* Header bar */
@define-color headerbar_bg_color #1e2030; /* mantle */
@define-color headerbar_backdrop_color #1e2030; /* mantle */
@define-color headerbar_fg_color #cad3f5; /* text */
@define-color headerbar_bg_color #232a2e;
@define-color headerbar_backdrop_color #232a2e;
@define-color headerbar_fg_color #d5c9a1;
/* Popovers and dialogs */
@define-color popover_bg_color #24273a; /* base */
@define-color popover_fg_color #cad3f5; /* text */
@define-color popover_bg_color #2b3339;
@define-color popover_fg_color #d5c9a1;
@define-color dialog_bg_color @popover_bg_color;
@define-color dialog_fg_color @popover_fg_color;
/* Cards and sidebars */
@define-color card_bg_color #363a4f; /* surface0 */
@define-color card_fg_color #cad3f5; /* text */
@define-color card_bg_color #3c4243;
@define-color card_fg_color #d5c9a1;
@define-color sidebar_bg_color #24273a; /* base */
@define-color sidebar_fg_color #cad3f5; /* text */
@define-color sidebar_backdrop_color #24273a; /* base */
@define-color sidebar_border_color #363a4f; /* surface0 */
@define-color sidebar_bg_color #2b3339;
@define-color sidebar_fg_color #d5c9a1;
@define-color sidebar_backdrop_color #2b3339;
@define-color sidebar_border_color #374145; /* bg2 */
@define-color secondary_sidebar_bg_color @sidebar_bg_color;
@define-color secondary_sidebar_fg_color @sidebar_fg_color;
@define-color secondary_sidebar_backdrop_color @sidebar_backdrop_color;
@define-color secondary_sidebar_border_color @sidebar_border_color;
/* Catppuccin accent colors */
@define-color blue_1 #8aadf4; /* blue */
@define-color blue_2 #8bd5ca; /* teal */
@define-color blue_3 #91d7e3; /* sky */
@define-color blue_4 #7dc4e4; /* sapphire */
@define-color blue_5 #b7bdf8; /* lavender */
/* Everforest Dark accent colors */
@define-color blue_1 #7fbbb3; /* blue */
@define-color blue_2 #83c092; /* green */
@define-color blue_3 #8da101; /* yellow */
@define-color blue_4 #d699b6; /* purple */
@define-color blue_5 #e69875; /* orange */
@define-color green_1 #a6da95; /* green */
@define-color green_2 #8bd5ca; /* teal */
@define-color green_3 #91d7e3; /* sky */
@define-color green_4 #7dc4e4; /* sapphire */
@define-color green_5 #8aadf4; /* blue */
@define-color green_1 #83c092; /* green */
@define-color green_2 #7fbbb3; /* blue */
@define-color green_3 #dbbc7f; /* yellow */
@define-color green_4 #e69875; /* orange */
@define-color green_5 #e67e80; /* red */
@define-color yellow_1 #eed49f; /* yellow */
@define-color yellow_2 #f5a97f; /* peach */
@define-color yellow_3 #eed49f; /* yellow */
@define-color yellow_4 #ed8796; /* red */
@define-color yellow_5 #ee99a0; /* maroon */
@define-color yellow_1 #dbbc7f; /* yellow */
@define-color yellow_2 #e69875; /* orange */
@define-color yellow_3 #e67e80; /* red */
@define-color yellow_4 #d699b6; /* purple */
@define-color yellow_5 #7fbbb3; /* blue */
@define-color orange_1 #f5a97f; /* peach */
@define-color orange_2 #ed8796; /* red */
@define-color orange_3 #ee99a0; /* maroon */
@define-color orange_4 #eed49f; /* yellow */
@define-color orange_5 #a6da95; /* green */
@define-color orange_1 #e69875; /* orange */
@define-color orange_2 #e67e80; /* red */
@define-color orange_3 #d699b6; /* purple */
@define-color orange_4 #dbbc7f; /* yellow */
@define-color orange_5 #83c092; /* green */
@define-color red_1 #ed8796; /* red */
@define-color red_2 #ee99a0; /* maroon */
@define-color red_3 #f5bde6; /* pink */
@define-color red_4 #f0c6c6; /* flamingo */
@define-color red_5 #f4dbd6; /* rosewater */
@define-color red_1 #e67e80; /* red */
@define-color red_2 #d699b6; /* purple */
@define-color red_3 #7fbbb3; /* blue */
@define-color red_4 #83c092; /* green */
@define-color red_5 #dbbc7f; /* yellow */
@define-color purple_1 #f5bde6; /* pink */
@define-color purple_2 #c6a0f6; /* mauve */
@define-color purple_3 #b7bdf8; /* lavender */
@define-color purple_4 #f0c6c6; /* flamingo */
@define-color purple_5 #f4dbd6; /* rosewater */
@define-color purple_1 #d699b6; /* purple */
@define-color purple_2 #e67e80; /* red */
@define-color purple_3 #e69875; /* orange */
@define-color purple_4 #dbbc7f; /* yellow */
@define-color purple_5 #83c092; /* green */
@define-color brown_1 #5b6078; /* surface2 */
@define-color brown_2 #6e738d; /* overlay0 */
@define-color brown_3 #8087a2; /* overlay1 */
@define-color brown_4 #939ab7; /* overlay2 */
@define-color brown_5 #b8c0e0; /* subtext1 */
@define-color brown_1 #374145; /* bg2 */
@define-color brown_2 #404c51; /* bg3 */
@define-color brown_3 #4a555b; /* bg4 */
@define-color brown_4 #53605d; /* gray0 */
@define-color brown_5 #5d6b66; /* gray1 */
@define-color light_1 #cad3f5; /* text */
@define-color light_2 #a5adcb; /* subtext0 */
@define-color light_3 #b8c0e0; /* subtext1 */
@define-color light_4 #8aadf4; /* blue */
@define-color light_5 #6e738d; /* overlay0 */
@define-color light_1 #d5c9a1; /* fg */
@define-color light_2 #c9b99a; /* fg1 */
@define-color light_3 #bdae93; /* fg2 */
@define-color light_4 #7fbbb3; /* blue */
@define-color light_5 #404c51; /* bg3 */
@define-color dark_1 #363a4f; /* surface0 */
@define-color dark_2 #494d64; /* surface1 */
@define-color dark_3 #5b6078; /* surface2 */
@define-color dark_4 #1e2030; /* mantle */
@define-color dark_5 #181926; /* crust */
@define-color dark_1 #374145; /* bg2 */
@define-color dark_2 #232a2e; /* bg1 */
@define-color dark_3 #2b3339; /* bg0 */
@define-color dark_4 #1e2326; /* bg0_hard */
@define-color dark_5 #343f44; /* bg0_soft */
toast {
background-color: @window_bg_color;
@@ -98,8 +96,36 @@ toggle:checked {
background-color: @card_bg_color;
color: @window_fg_color;
}
windowcontrols.start:not(.colored):not(.macos):not(.default) > button.minimize > image {
color: @yellow_1;
}
windowcontrols.start:not(.colored):not(.macos):not(.default) > button.maximize > image {
color: @green_1;
}
windowcontrols.start:not(.colored):not(.macos):not(.default) > button.close > image {
color: @red_1;
}
windowcontrols.end:not(.colored):not(.macos):not(.default) > button.minimize > image {
color: @yellow_1;
}
windowcontrols.end:not(.colored):not(.macos):not(.default) > button.maximize > image {
color: @green_1;
}
windowcontrols.end:not(.colored):not(.macos):not(.default) > button.close > image {
color: @red_1;
}
@define-color accent_bg_color @green_1;
@define-color accent_fg_color @window_bg_color;
@define-color accent_fg_color @window_bg_color;
window, decoration, decoration-overlay, headerbar, .titlebar {
border-bottom-left-radius: 5px;
border-bottom-right-radius:5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}