Gnome : Apply Gruvbox color scheme with Gradience app.
This commit is contained in:
parent
2b2ca44cf9
commit
08e5e18221
|
@ -1,2 +1,78 @@
|
||||||
@define-color accent_color #f9f06b;
|
@define-color accent_color #fbf1c7;
|
||||||
@define-color accent_bg_color #f5c211;
|
@define-color accent_bg_color #ebdbb2;
|
||||||
|
@define-color accent_fg_color #282828;
|
||||||
|
@define-color destructive_color #fb4934;
|
||||||
|
@define-color destructive_bg_color #cc241d;
|
||||||
|
@define-color destructive_fg_color #ebdbb2;
|
||||||
|
@define-color success_color #b8bb26;
|
||||||
|
@define-color success_bg_color #98971a;
|
||||||
|
@define-color success_fg_color #ebdbb2;
|
||||||
|
@define-color warning_color #fabd2f;
|
||||||
|
@define-color warning_bg_color #d79921;
|
||||||
|
@define-color warning_fg_color #282828;
|
||||||
|
@define-color error_color #fb4934;
|
||||||
|
@define-color error_bg_color #cc241d;
|
||||||
|
@define-color error_fg_color #ffffff;
|
||||||
|
@define-color window_bg_color #282828;
|
||||||
|
@define-color window_fg_color #ebdbb2;
|
||||||
|
@define-color view_bg_color #282828;
|
||||||
|
@define-color view_fg_color #ebdbb2;
|
||||||
|
@define-color headerbar_bg_color #3c3836;
|
||||||
|
@define-color headerbar_fg_color #fbf1c7;
|
||||||
|
@define-color headerbar_border_color #fbf1c7;
|
||||||
|
@define-color headerbar_backdrop_color @window_bg_color;
|
||||||
|
@define-color headerbar_shade_color rgba(0, 0, 0, 0.36);
|
||||||
|
@define-color card_bg_color #3c3836;
|
||||||
|
@define-color card_fg_color #ebdbb2;
|
||||||
|
@define-color card_shade_color rgba(0, 0, 0, 0.36);
|
||||||
|
@define-color dialog_bg_color #3c3836;
|
||||||
|
@define-color dialog_fg_color #fbf1c7;
|
||||||
|
@define-color popover_bg_color #3c3836;
|
||||||
|
@define-color popover_fg_color #fbf1c7;
|
||||||
|
@define-color shade_color rgba(0,0,0,0.36);
|
||||||
|
@define-color scrollbar_outline_color rgba(0,0,0,0.5);
|
||||||
|
@define-color blue_1 rgb(153,193,241);
|
||||||
|
@define-color blue_2 rgb(98,160,234);
|
||||||
|
@define-color blue_3 rgb(53,132,228);
|
||||||
|
@define-color blue_4 rgb(28,113,216);
|
||||||
|
@define-color blue_5 rgb(26,95,180);
|
||||||
|
@define-color green_1 #8ff0a4;
|
||||||
|
@define-color green_2 #57e389;
|
||||||
|
@define-color green_3 #33d17a;
|
||||||
|
@define-color green_4 #2ec27e;
|
||||||
|
@define-color green_5 #26a269;
|
||||||
|
@define-color yellow_1 #f9f06b;
|
||||||
|
@define-color yellow_2 #f8e45c;
|
||||||
|
@define-color yellow_3 #f6d32d;
|
||||||
|
@define-color yellow_4 #f5c211;
|
||||||
|
@define-color yellow_5 #e5a50a;
|
||||||
|
@define-color orange_1 #ffbe6f;
|
||||||
|
@define-color orange_2 #ffa348;
|
||||||
|
@define-color orange_3 #ff7800;
|
||||||
|
@define-color orange_4 #e66100;
|
||||||
|
@define-color orange_5 #c64600;
|
||||||
|
@define-color red_1 #f66151;
|
||||||
|
@define-color red_2 #ed333b;
|
||||||
|
@define-color red_3 #e01b24;
|
||||||
|
@define-color red_4 #c01c28;
|
||||||
|
@define-color red_5 #a51d2d;
|
||||||
|
@define-color purple_1 #dc8add;
|
||||||
|
@define-color purple_2 #c061cb;
|
||||||
|
@define-color purple_3 #9141ac;
|
||||||
|
@define-color purple_4 #813d9c;
|
||||||
|
@define-color purple_5 #613583;
|
||||||
|
@define-color brown_1 #cdab8f;
|
||||||
|
@define-color brown_2 #b5835a;
|
||||||
|
@define-color brown_3 #986a44;
|
||||||
|
@define-color brown_4 #865e3c;
|
||||||
|
@define-color brown_5 #63452c;
|
||||||
|
@define-color light_1 #ffffff;
|
||||||
|
@define-color light_2 #f6f5f4;
|
||||||
|
@define-color light_3 #deddda;
|
||||||
|
@define-color light_4 #c0bfbc;
|
||||||
|
@define-color light_5 #9a9996;
|
||||||
|
@define-color dark_1 #77767b;
|
||||||
|
@define-color dark_2 #5e5c64;
|
||||||
|
@define-color dark_3 #3d3846;
|
||||||
|
@define-color dark_4 #241f31;
|
||||||
|
@define-color dark_5 #000000;
|
||||||
|
|
78
.config/gtk-3.0/gtk.css.bak
Normal file
78
.config/gtk-3.0/gtk.css.bak
Normal file
|
@ -0,0 +1,78 @@
|
||||||
|
@define-color accent_color rgb(184,187,38);
|
||||||
|
@define-color accent_bg_color rgb(152,151,26);
|
||||||
|
@define-color accent_fg_color rgb(235,219,178);
|
||||||
|
@define-color destructive_color rgb(251,73,52);
|
||||||
|
@define-color destructive_bg_color rgb(204,36,29);
|
||||||
|
@define-color destructive_fg_color rgb(235,219,178);
|
||||||
|
@define-color success_color rgb(184,187,38);
|
||||||
|
@define-color success_bg_color rgb(152,151,26);
|
||||||
|
@define-color success_fg_color rgb(235,219,178);
|
||||||
|
@define-color warning_color rgb(250,189,47) ;
|
||||||
|
@define-color warning_bg_color rgb(215,153,33);
|
||||||
|
@define-color warning_fg_color rgb(235,219,178);
|
||||||
|
@define-color error_color rgb(251,73,52);
|
||||||
|
@define-color error_bg_color rgb(204,36,29);
|
||||||
|
@define-color error_fg_color rgb(235,219,178);
|
||||||
|
@define-color window_bg_color rgb(40,40,40);
|
||||||
|
@define-color window_fg_color rgb(235,219,178);
|
||||||
|
@define-color view_bg_color rgb(40,40,40);
|
||||||
|
@define-color view_fg_color rgb(235,219,178);
|
||||||
|
@define-color headerbar_bg_color rgb(60,56,54);
|
||||||
|
@define-color headerbar_fg_color rgb(235,219,178);
|
||||||
|
@define-color headerbar_border_color rgba(0,0,0,0.1);
|
||||||
|
@define-color headerbar_backdrop_color rgb(40,40,40);
|
||||||
|
@define-color headerbar_shade_color rgba(0,0,0,0.07);
|
||||||
|
@define-color card_bg_color rgb(80,73,69);
|
||||||
|
@define-color card_fg_color rgb(235,219,178);
|
||||||
|
@define-color card_shade_color rgba(0,0,0,0.07);
|
||||||
|
@define-color dialog_bg_color rgb(102,92,84);
|
||||||
|
@define-color dialog_fg_color rgb(235,219,178);
|
||||||
|
@define-color popover_bg_color rgb(102,92,84);
|
||||||
|
@define-color popover_fg_color rgb(235,219,178);
|
||||||
|
@define-color shade_color rgb(213,196,161);
|
||||||
|
@define-color scrollbar_outline_color rgb(213,196,161);
|
||||||
|
@define-color blue_1 #99c1f1;
|
||||||
|
@define-color blue_2 #62a0ea;
|
||||||
|
@define-color blue_3 #3584e4;
|
||||||
|
@define-color blue_4 #1c71d8;
|
||||||
|
@define-color blue_5 #1a5fb4;
|
||||||
|
@define-color green_1 #8ff0a4;
|
||||||
|
@define-color green_2 #57e389;
|
||||||
|
@define-color green_3 #33d17a;
|
||||||
|
@define-color green_4 #2ec27e;
|
||||||
|
@define-color green_5 #26a269;
|
||||||
|
@define-color yellow_1 #f9f06b;
|
||||||
|
@define-color yellow_2 #f8e45c;
|
||||||
|
@define-color yellow_3 #f6d32d;
|
||||||
|
@define-color yellow_4 #f5c211;
|
||||||
|
@define-color yellow_5 #e5a50a;
|
||||||
|
@define-color orange_1 #ffbe6f;
|
||||||
|
@define-color orange_2 #ffa348;
|
||||||
|
@define-color orange_3 #ff7800;
|
||||||
|
@define-color orange_4 #e66100;
|
||||||
|
@define-color orange_5 #c64600;
|
||||||
|
@define-color red_1 #f66151;
|
||||||
|
@define-color red_2 #ed333b;
|
||||||
|
@define-color red_3 #e01b24;
|
||||||
|
@define-color red_4 #c01c28;
|
||||||
|
@define-color red_5 #a51d2d;
|
||||||
|
@define-color purple_1 #dc8add;
|
||||||
|
@define-color purple_2 #c061cb;
|
||||||
|
@define-color purple_3 #9141ac;
|
||||||
|
@define-color purple_4 #813d9c;
|
||||||
|
@define-color purple_5 #613583;
|
||||||
|
@define-color brown_1 #cdab8f;
|
||||||
|
@define-color brown_2 #b5835a;
|
||||||
|
@define-color brown_3 #986a44;
|
||||||
|
@define-color brown_4 #865e3c;
|
||||||
|
@define-color brown_5 #63452c;
|
||||||
|
@define-color light_1 #ffffff;
|
||||||
|
@define-color light_2 #f6f5f4;
|
||||||
|
@define-color light_3 #deddda;
|
||||||
|
@define-color light_4 #c0bfbc;
|
||||||
|
@define-color light_5 #9a9996;
|
||||||
|
@define-color dark_1 #77767b;
|
||||||
|
@define-color dark_2 #5e5c64;
|
||||||
|
@define-color dark_3 #3d3846;
|
||||||
|
@define-color dark_4 #241f31;
|
||||||
|
@define-color dark_5 #000000;
|
|
@ -1,2 +1,78 @@
|
||||||
@define-color accent_color #f9f06b;
|
@define-color accent_color #fbf1c7;
|
||||||
@define-color accent_bg_color #f5c211;
|
@define-color accent_bg_color #ebdbb2;
|
||||||
|
@define-color accent_fg_color #282828;
|
||||||
|
@define-color destructive_color #fb4934;
|
||||||
|
@define-color destructive_bg_color #cc241d;
|
||||||
|
@define-color destructive_fg_color #ebdbb2;
|
||||||
|
@define-color success_color #b8bb26;
|
||||||
|
@define-color success_bg_color #98971a;
|
||||||
|
@define-color success_fg_color #ebdbb2;
|
||||||
|
@define-color warning_color #fabd2f;
|
||||||
|
@define-color warning_bg_color #d79921;
|
||||||
|
@define-color warning_fg_color #282828;
|
||||||
|
@define-color error_color #fb4934;
|
||||||
|
@define-color error_bg_color #cc241d;
|
||||||
|
@define-color error_fg_color #ffffff;
|
||||||
|
@define-color window_bg_color #282828;
|
||||||
|
@define-color window_fg_color #ebdbb2;
|
||||||
|
@define-color view_bg_color #282828;
|
||||||
|
@define-color view_fg_color #ebdbb2;
|
||||||
|
@define-color headerbar_bg_color #3c3836;
|
||||||
|
@define-color headerbar_fg_color #fbf1c7;
|
||||||
|
@define-color headerbar_border_color #fbf1c7;
|
||||||
|
@define-color headerbar_backdrop_color @window_bg_color;
|
||||||
|
@define-color headerbar_shade_color rgba(0, 0, 0, 0.36);
|
||||||
|
@define-color card_bg_color #3c3836;
|
||||||
|
@define-color card_fg_color #ebdbb2;
|
||||||
|
@define-color card_shade_color rgba(0, 0, 0, 0.36);
|
||||||
|
@define-color dialog_bg_color #3c3836;
|
||||||
|
@define-color dialog_fg_color #fbf1c7;
|
||||||
|
@define-color popover_bg_color #3c3836;
|
||||||
|
@define-color popover_fg_color #fbf1c7;
|
||||||
|
@define-color shade_color rgba(0,0,0,0.36);
|
||||||
|
@define-color scrollbar_outline_color rgba(0,0,0,0.5);
|
||||||
|
@define-color blue_1 rgb(153,193,241);
|
||||||
|
@define-color blue_2 rgb(98,160,234);
|
||||||
|
@define-color blue_3 rgb(53,132,228);
|
||||||
|
@define-color blue_4 rgb(28,113,216);
|
||||||
|
@define-color blue_5 rgb(26,95,180);
|
||||||
|
@define-color green_1 #8ff0a4;
|
||||||
|
@define-color green_2 #57e389;
|
||||||
|
@define-color green_3 #33d17a;
|
||||||
|
@define-color green_4 #2ec27e;
|
||||||
|
@define-color green_5 #26a269;
|
||||||
|
@define-color yellow_1 #f9f06b;
|
||||||
|
@define-color yellow_2 #f8e45c;
|
||||||
|
@define-color yellow_3 #f6d32d;
|
||||||
|
@define-color yellow_4 #f5c211;
|
||||||
|
@define-color yellow_5 #e5a50a;
|
||||||
|
@define-color orange_1 #ffbe6f;
|
||||||
|
@define-color orange_2 #ffa348;
|
||||||
|
@define-color orange_3 #ff7800;
|
||||||
|
@define-color orange_4 #e66100;
|
||||||
|
@define-color orange_5 #c64600;
|
||||||
|
@define-color red_1 #f66151;
|
||||||
|
@define-color red_2 #ed333b;
|
||||||
|
@define-color red_3 #e01b24;
|
||||||
|
@define-color red_4 #c01c28;
|
||||||
|
@define-color red_5 #a51d2d;
|
||||||
|
@define-color purple_1 #dc8add;
|
||||||
|
@define-color purple_2 #c061cb;
|
||||||
|
@define-color purple_3 #9141ac;
|
||||||
|
@define-color purple_4 #813d9c;
|
||||||
|
@define-color purple_5 #613583;
|
||||||
|
@define-color brown_1 #cdab8f;
|
||||||
|
@define-color brown_2 #b5835a;
|
||||||
|
@define-color brown_3 #986a44;
|
||||||
|
@define-color brown_4 #865e3c;
|
||||||
|
@define-color brown_5 #63452c;
|
||||||
|
@define-color light_1 #ffffff;
|
||||||
|
@define-color light_2 #f6f5f4;
|
||||||
|
@define-color light_3 #deddda;
|
||||||
|
@define-color light_4 #c0bfbc;
|
||||||
|
@define-color light_5 #9a9996;
|
||||||
|
@define-color dark_1 #77767b;
|
||||||
|
@define-color dark_2 #5e5c64;
|
||||||
|
@define-color dark_3 #3d3846;
|
||||||
|
@define-color dark_4 #241f31;
|
||||||
|
@define-color dark_5 #000000;
|
||||||
|
|
78
.config/gtk-4.0/gtk.css.bak
Normal file
78
.config/gtk-4.0/gtk.css.bak
Normal file
|
@ -0,0 +1,78 @@
|
||||||
|
@define-color accent_color rgb(184,187,38);
|
||||||
|
@define-color accent_bg_color rgb(152,151,26);
|
||||||
|
@define-color accent_fg_color rgb(235,219,178);
|
||||||
|
@define-color destructive_color rgb(251,73,52);
|
||||||
|
@define-color destructive_bg_color rgb(204,36,29);
|
||||||
|
@define-color destructive_fg_color rgb(235,219,178);
|
||||||
|
@define-color success_color rgb(184,187,38);
|
||||||
|
@define-color success_bg_color rgb(152,151,26);
|
||||||
|
@define-color success_fg_color rgb(235,219,178);
|
||||||
|
@define-color warning_color rgb(250,189,47) ;
|
||||||
|
@define-color warning_bg_color rgb(215,153,33);
|
||||||
|
@define-color warning_fg_color rgb(235,219,178);
|
||||||
|
@define-color error_color rgb(251,73,52);
|
||||||
|
@define-color error_bg_color rgb(204,36,29);
|
||||||
|
@define-color error_fg_color rgb(235,219,178);
|
||||||
|
@define-color window_bg_color rgb(40,40,40);
|
||||||
|
@define-color window_fg_color rgb(235,219,178);
|
||||||
|
@define-color view_bg_color rgb(40,40,40);
|
||||||
|
@define-color view_fg_color rgb(235,219,178);
|
||||||
|
@define-color headerbar_bg_color rgb(60,56,54);
|
||||||
|
@define-color headerbar_fg_color rgb(235,219,178);
|
||||||
|
@define-color headerbar_border_color rgba(0,0,0,0.1);
|
||||||
|
@define-color headerbar_backdrop_color rgb(40,40,40);
|
||||||
|
@define-color headerbar_shade_color rgba(0,0,0,0.07);
|
||||||
|
@define-color card_bg_color rgb(80,73,69);
|
||||||
|
@define-color card_fg_color rgb(235,219,178);
|
||||||
|
@define-color card_shade_color rgba(0,0,0,0.07);
|
||||||
|
@define-color dialog_bg_color rgb(102,92,84);
|
||||||
|
@define-color dialog_fg_color rgb(235,219,178);
|
||||||
|
@define-color popover_bg_color rgb(102,92,84);
|
||||||
|
@define-color popover_fg_color rgb(235,219,178);
|
||||||
|
@define-color shade_color rgb(213,196,161);
|
||||||
|
@define-color scrollbar_outline_color rgb(213,196,161);
|
||||||
|
@define-color blue_1 #99c1f1;
|
||||||
|
@define-color blue_2 #62a0ea;
|
||||||
|
@define-color blue_3 #3584e4;
|
||||||
|
@define-color blue_4 #1c71d8;
|
||||||
|
@define-color blue_5 #1a5fb4;
|
||||||
|
@define-color green_1 #8ff0a4;
|
||||||
|
@define-color green_2 #57e389;
|
||||||
|
@define-color green_3 #33d17a;
|
||||||
|
@define-color green_4 #2ec27e;
|
||||||
|
@define-color green_5 #26a269;
|
||||||
|
@define-color yellow_1 #f9f06b;
|
||||||
|
@define-color yellow_2 #f8e45c;
|
||||||
|
@define-color yellow_3 #f6d32d;
|
||||||
|
@define-color yellow_4 #f5c211;
|
||||||
|
@define-color yellow_5 #e5a50a;
|
||||||
|
@define-color orange_1 #ffbe6f;
|
||||||
|
@define-color orange_2 #ffa348;
|
||||||
|
@define-color orange_3 #ff7800;
|
||||||
|
@define-color orange_4 #e66100;
|
||||||
|
@define-color orange_5 #c64600;
|
||||||
|
@define-color red_1 #f66151;
|
||||||
|
@define-color red_2 #ed333b;
|
||||||
|
@define-color red_3 #e01b24;
|
||||||
|
@define-color red_4 #c01c28;
|
||||||
|
@define-color red_5 #a51d2d;
|
||||||
|
@define-color purple_1 #dc8add;
|
||||||
|
@define-color purple_2 #c061cb;
|
||||||
|
@define-color purple_3 #9141ac;
|
||||||
|
@define-color purple_4 #813d9c;
|
||||||
|
@define-color purple_5 #613583;
|
||||||
|
@define-color brown_1 #cdab8f;
|
||||||
|
@define-color brown_2 #b5835a;
|
||||||
|
@define-color brown_3 #986a44;
|
||||||
|
@define-color brown_4 #865e3c;
|
||||||
|
@define-color brown_5 #63452c;
|
||||||
|
@define-color light_1 #ffffff;
|
||||||
|
@define-color light_2 #f6f5f4;
|
||||||
|
@define-color light_3 #deddda;
|
||||||
|
@define-color light_4 #c0bfbc;
|
||||||
|
@define-color light_5 #9a9996;
|
||||||
|
@define-color dark_1 #77767b;
|
||||||
|
@define-color dark_2 #5e5c64;
|
||||||
|
@define-color dark_3 #3d3846;
|
||||||
|
@define-color dark_4 #241f31;
|
||||||
|
@define-color dark_5 #000000;
|
|
@ -1,14 +1,15 @@
|
||||||
|
Gradience com.github.GradienceTeam.Gradience 0.4.1 stable system
|
||||||
Jellyfin Media Player com.github.iwalton3.jellyfin-media-player 1.9.1 stable system
|
Jellyfin Media Player com.github.iwalton3.jellyfin-media-player 1.9.1 stable system
|
||||||
Flatseal com.github.tchx84.Flatseal 2.1.0 stable system
|
Flatseal com.github.tchx84.Flatseal 2.1.1 stable system
|
||||||
Android Studio com.google.AndroidStudio 2023.1.1.27 stable system
|
Android Studio com.google.AndroidStudio 2023.1.1.28 stable system
|
||||||
IntelliJ IDEA Community com.jetbrains.IntelliJ-IDEA-Community 2023.3.2 stable system
|
IntelliJ IDEA Community com.jetbrains.IntelliJ-IDEA-Community 2023.3.3 stable system
|
||||||
OBS Studio com.obsproject.Studio 30.0.2 stable system
|
OBS Studio com.obsproject.Studio 30.0.2 stable system
|
||||||
Bottles com.usebottles.bottles 51.10 stable system
|
Bottles com.usebottles.bottles 51.10 stable system
|
||||||
Steam com.valvesoftware.Steam 1.0.0.78 stable system
|
Steam com.valvesoftware.Steam 1.0.0.78 stable system
|
||||||
mpv io.mpv.Mpv 0.37.0 stable system
|
mpv io.mpv.Mpv v0.37.0 stable system
|
||||||
Blender org.blender.Blender 4.0.2 stable system
|
Blender org.blender.Blender 4.0.2 stable system
|
||||||
GNU Image Manipulation Program org.gimp.GIMP 2.10.36 stable system
|
GNU Image Manipulation Program org.gimp.GIMP 2.10.36 stable system
|
||||||
Kdenlive org.kde.kdenlive 23.08.4 stable system
|
Kdenlive org.kde.kdenlive 23.08.4 stable system
|
||||||
Firefox org.mozilla.firefox 122.0 stable system
|
Firefox org.mozilla.firefox 122.0.1 stable system
|
||||||
ONLYOFFICE Desktop Editors org.onlyoffice.desktopeditors 7.5.1 stable system
|
ONLYOFFICE Desktop Editors org.onlyoffice.desktopeditors 8.0.0 stable system
|
||||||
Tor Browser Launcher org.torproject.torbrowser-launcher 0.3.7 stable system
|
Tor Browser Launcher org.torproject.torbrowser-launcher 0.3.7 stable system
|
||||||
|
|
Reference in a new issue