From 9ca0fcebf70babcaa9caf87ce313540ba3567546 Mon Sep 17 00:00:00 2001 From: ZachIR Date: Fri, 25 Apr 2025 19:16:37 -0500 Subject: Update theming with EC0101 red --- gtk-3.0/settings.ini | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'gtk-3.0') diff --git a/gtk-3.0/settings.ini b/gtk-3.0/settings.ini index 85d3ba5..c597fa3 100644 --- a/gtk-3.0/settings.ini +++ b/gtk-3.0/settings.ini @@ -1,10 +1,10 @@ [Settings] -gtk-theme-name=Flat-Remix-GTK-Green-Darkest +gtk-theme-name=Flat-Remix-GTK-Red-Darkest gtk-icon-theme-name=Cosmic -gtk-font-name=Cantarell 11 +gtk-font-name=Noto Sans, 10 gtk-cursor-theme-name=BreezeX-Black gtk-cursor-theme-size=32 -gtk-toolbar-style=GTK_TOOLBAR_ICONS +gtk-toolbar-style=3 gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR gtk-button-images=0 gtk-menu-images=0 @@ -14,4 +14,10 @@ gtk-xft-antialias=1 gtk-xft-hinting=1 gtk-xft-hintstyle=hintslight gtk-xft-rgba=rgb -gtk-application-prefer-dark-theme=0 +gtk-application-prefer-dark-theme=1 +gtk-decoration-layout=icon:minimize,maximize,close +gtk-enable-animations=true +gtk-modules=colorreload-gtk-module +gtk-primary-button-warps-slider=true +gtk-sound-theme-name=ocean +gtk-xft-dpi=98304 -- cgit v1.2.3 From 318709cd6431397788370fc5f8f234c711387411 Mon Sep 17 00:00:00 2001 From: zachir Date: Sun, 29 Jun 2025 21:17:48 -0500 Subject: Go back to green theming --- gtk-2.0/gtkrc | 5 +++-- gtk-3.0/settings.ini | 4 ++-- tofi/colors | 12 ++++++------ tofi/themes/colors | 12 ++++++------ xsettingsd/xsettingsd.conf | 2 +- 5 files changed, 18 insertions(+), 17 deletions(-) (limited to 'gtk-3.0') diff --git a/gtk-2.0/gtkrc b/gtk-2.0/gtkrc index d0152f7..628ed00 100644 --- a/gtk-2.0/gtkrc +++ b/gtk-2.0/gtkrc @@ -1,9 +1,10 @@ # DO NOT EDIT! This file will be overwritten by nwg-look. # Any customization should be done in ~/.gtkrc-2.0.mine instead. -gtk-theme-name="Flat-Remix-GTK-Red-Darkest" +include "/home/zachir/.gtkrc-2.0.mine" +gtk-theme-name="Flat-Remix-GTK-Green-Darkest-Solid" gtk-icon-theme-name="Cosmic" -gtk-font-name="Noto Sans, 10" +gtk-font-name="Cantarell 11" gtk-cursor-theme-name="BreezeX-Black" gtk-cursor-theme-size=32 gtk-toolbar-style=3 diff --git a/gtk-3.0/settings.ini b/gtk-3.0/settings.ini index c597fa3..28ef3a0 100644 --- a/gtk-3.0/settings.ini +++ b/gtk-3.0/settings.ini @@ -1,7 +1,7 @@ [Settings] -gtk-theme-name=Flat-Remix-GTK-Red-Darkest +gtk-theme-name=Flat-Remix-GTK-Green-Darkest-Solid gtk-icon-theme-name=Cosmic -gtk-font-name=Noto Sans, 10 +gtk-font-name=Cantarell 11 gtk-cursor-theme-name=BreezeX-Black gtk-cursor-theme-size=32 gtk-toolbar-style=3 diff --git a/tofi/colors b/tofi/colors index 5dcbb04..047c875 100644 --- a/tofi/colors +++ b/tofi/colors @@ -1,10 +1,10 @@ background-color = #000000 -outline-color = #ec0101 -border-color = #ec0101 +outline-color = #198844 +border-color = #198844 text-color = #ffffff -prompt-color = #ec0101 +prompt-color = #198844 prompt-background = #000000 -placeholder-color = #ec0101 +placeholder-color = #198844 placeholder-background = #000000 input-color = #ffffff input-background = #000000 @@ -12,6 +12,6 @@ default-result-background = #000000 alternate-result-color = #ffffff alternate-result-background = #000000 selection-color = #000000 -selection-match-color = #6e3c85 -selection-background = #ec0101 +selection-match-color = #39c1ed +selection-background = #198844 diff --git a/tofi/themes/colors b/tofi/themes/colors index 5dcbb04..047c875 100644 --- a/tofi/themes/colors +++ b/tofi/themes/colors @@ -1,10 +1,10 @@ background-color = #000000 -outline-color = #ec0101 -border-color = #ec0101 +outline-color = #198844 +border-color = #198844 text-color = #ffffff -prompt-color = #ec0101 +prompt-color = #198844 prompt-background = #000000 -placeholder-color = #ec0101 +placeholder-color = #198844 placeholder-background = #000000 input-color = #ffffff input-background = #000000 @@ -12,6 +12,6 @@ default-result-background = #000000 alternate-result-color = #ffffff alternate-result-background = #000000 selection-color = #000000 -selection-match-color = #6e3c85 -selection-background = #ec0101 +selection-match-color = #39c1ed +selection-background = #198844 diff --git a/xsettingsd/xsettingsd.conf b/xsettingsd/xsettingsd.conf index 622b06f..c4ab3db 100644 --- a/xsettingsd/xsettingsd.conf +++ b/xsettingsd/xsettingsd.conf @@ -1,4 +1,4 @@ -Net/ThemeName "Flat-Remix-GTK-Red-Darkest" +Net/ThemeName "Flat-Remix-GTK-Green-Darkest-Solid" Net/IconThemeName "Cosmic" Gtk/CursorThemeName "BreezeX-Black" Net/EnableEventSounds 1 -- cgit v1.2.3