Update: Updated gtk theme and added gitignore.

This commit is contained in:
Keyitdev
2025-08-10 13:47:30 +02:00
parent 1e9862d940
commit 1c0f9b4b1a
292 changed files with 158 additions and 14129 deletions
@@ -0,0 +1,148 @@
/* GTK NAMED COLORS -- USE RESPONSIBLY! */
/* widget text/foreground color */
@define-color theme_fg_color #e0def4;
/* text color for entries, views and content in general */
@define-color theme_text_color #e0def4;
/* widget base background color */
@define-color theme_bg_color #191724;
/* text widgets and the like base background color */
@define-color theme_base_color #191724;
/* base background color of selections */
@define-color theme_selected_bg_color #faf4ed;
/* text/foreground color of selections */
@define-color theme_selected_fg_color rgba(0, 0, 0, 0.87);
/* base background color of insensitive widgets */
@define-color insensitive_bg_color #191724;
/* text foreground color of insensitive widgets */
@define-color insensitive_fg_color rgba(224, 222, 244, 0.5);
/* insensitive text widgets and the like base background color */
@define-color insensitive_base_color #26233a;
/* widget text/foreground color on backdrop windows */
@define-color theme_unfocused_fg_color #e0def4;
/* text color for entries, views and content in general on backdrop windows */
@define-color theme_unfocused_text_color #e0def4;
/* widget base background color on backdrop windows */
@define-color theme_unfocused_bg_color #191724;
/* text widgets and the like base background color on backdrop windows */
@define-color theme_unfocused_base_color #191724;
/* base background color of selections on backdrop windows */
@define-color theme_unfocused_selected_bg_color #faf4ed;
/* text/foreground color of selections on backdrop windows */
@define-color theme_unfocused_selected_fg_color rgba(0, 0, 0, 0.87);
/* insensitive color on backdrop windows */
@define-color unfocused_insensitive_color rgba(224, 222, 244, 0.5);
/* widgets main borders color */
@define-color borders rgba(224, 222, 244, 0.12);
/* widgets main borders color on backdrop windows */
@define-color unfocused_borders rgba(224, 222, 244, 0.12);
/* these are pretty self explicative */
@define-color warning_color #FDD633;
@define-color error_color #F28B82;
@define-color success_color #81C995;
/* these colors are exported for the window manager and shouldn't be used in applications,
read if you used those and something break with a version upgrade you're on your own... */
@define-color wm_title #e0def4;
@define-color wm_unfocused_title rgba(224, 222, 244, 0.7);
@define-color wm_highlight rgba(224, 222, 244, 0.1);
@define-color wm_bg #191724;
@define-color wm_unfocused_bg #191724;
@define-color wm_button_close_icon #191724;
@define-color wm_button_close_hover_bg #faf4ed;
@define-color wm_button_close_active_bg #c7c7c7;
/* FIXME this is really an API */
@define-color content_view_bg #191724;
@define-color placeholder_text_color silver;
/* Very contrasty background for text views (@theme_text_color foreground) */
@define-color text_view_bg #1d1d1d;
@define-color budgie_tasklist_indicator_color #e0def4;
@define-color budgie_tasklist_indicator_color_active #e0def4;
@define-color budgie_tasklist_indicator_color_active_window #999999;
@define-color budgie_tasklist_indicator_color_attention #FDD633;
@define-color STRAWBERRY_100 #FF9262;
@define-color STRAWBERRY_300 #FF793E;
@define-color STRAWBERRY_500 #F15D22;
@define-color STRAWBERRY_700 #CF3B00;
@define-color STRAWBERRY_900 #AC1800;
@define-color ORANGE_100 #FFDB91;
@define-color ORANGE_300 #FFCA40;
@define-color ORANGE_500 #FAA41A;
@define-color ORANGE_700 #DE8800;
@define-color ORANGE_900 #C26C00;
@define-color BANANA_100 #FFFFA8;
@define-color BANANA_300 #FFFA7D;
@define-color BANANA_500 #FFCE51;
@define-color BANANA_700 #D1A023;
@define-color BANANA_900 #A27100;
@define-color LIME_100 #A2F3BE;
@define-color LIME_300 #8ADBA6;
@define-color LIME_500 #73C48F;
@define-color LIME_700 #479863;
@define-color LIME_900 #1C6D38;
@define-color BLUEBERRY_100 #94A6FF;
@define-color BLUEBERRY_300 #6A7CE0;
@define-color BLUEBERRY_500 #3F51B5;
@define-color BLUEBERRY_700 #213397;
@define-color BLUEBERRY_900 #031579;
@define-color GRAPE_100 #D25DE6;
@define-color GRAPE_300 #B84ACB;
@define-color GRAPE_500 #9C27B0;
@define-color GRAPE_700 #830E97;
@define-color GRAPE_900 #6A007E;
@define-color COCOA_100 #9F9792;
@define-color COCOA_300 #7B736E;
@define-color COCOA_500 #574F4A;
@define-color COCOA_700 #463E39;
@define-color COCOA_900 #342C27;
@define-color SILVER_100 #EEE;
@define-color SILVER_300 #CCC;
@define-color SILVER_500 #AAA;
@define-color SILVER_700 #888;
@define-color SILVER_900 #666;
@define-color SLATE_100 #888;
@define-color SLATE_300 #666;
@define-color SLATE_500 #444;
@define-color SLATE_700 #222;
@define-color SLATE_900 #111;
@define-color BLACK_100 #474341;
@define-color BLACK_300 #403C3A;
@define-color BLACK_500 #393634;
@define-color BLACK_700 #33302F;
@define-color BLACK_900 #2B2928;
/* GTK LIBADWAITA NAMED COLORS -- USE RESPONSIBLY! */
@define-color accent_bg_color #faf4ed;
@define-color accent_fg_color rgba(0, 0, 0, 0.87);
@define-color accent_color #faf4ed;
@define-color destructive_bg_color #F28B82;
@define-color destructive_fg_color rgba(0, 0, 0, 0.87);
@define-color destructive_color #F28B82;
@define-color success_bg_color #81C995;
@define-color success_fg_color rgba(0, 0, 0, 0.87);
@define-color success_color #81C995;
@define-color warning_bg_color #FDD633;
@define-color warning_fg_color rgba(0, 0, 0, 0.87);
@define-color warning_color #FDD633;
@define-color error_bg_color #F28B82;
@define-color error_fg_color rgba(0, 0, 0, 0.87);
@define-color error_color #F28B82;
@define-color window_bg_color #191724;
@define-color window_fg_color #e0def4;
@define-color view_bg_color #191724;
@define-color view_fg_color #e0def4;
@define-color headerbar_bg_color #191724;
@define-color headerbar_fg_color #e0def4;
@define-color headerbar_border_color rgba(224, 222, 244, 0.12);
@define-color headerbar_backdrop_color @window_bg_color;
@define-color headerbar_shade_color rgba(0, 0, 0, 0.36);
@define-color card_bg_color #191724;
@define-color card_fg_color #e0def4;
@define-color card_shade_color rgba(0, 0, 0, 0.36);
@define-color dialog_bg_color #191724;
@define-color dialog_fg_color #e0def4;
@define-color popover_bg_color #191724;
@define-color popover_fg_color #e0def4;
@define-color thumbnail_bg_color #191724;
@define-color thumbnail_fg_color #e0def4;
@define-color shade_color rgba(0, 0, 0, 0.36);
@define-color scrollbar_outline_color rgba(0, 0, 0, 0.5);