From a25da04e3c10c233d90c1c412446a354be0cd029 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Fri, 20 Jun 2025 14:23:22 -0400 Subject: [PATCH] Changed default color scheme and env for hyprland. Removed uwsm env as it did not appear to have any desired effect --- dot_config/gtk-3.0/colors.css | 26 +++++++++---------- dot_config/gtk-4.0/colors.css | 26 +++++++++---------- dot_config/hypr/hyprland.conf.d/colors.conf | 4 +-- dot_config/hypr/hyprland.conf.d/env_vars.conf | 4 +-- dot_config/hyprpanel/config.json | 4 +-- dot_config/kitty/current-theme.conf | 14 +++++----- dot_config/kitty/themes/hydro-os.conf | 14 +++++----- dot_config/qt6ct/colors/matugen.conf | 6 ++--- dot_config/qt6ct/qt6ct.conf | 4 +-- dot_config/uwsm/env | 15 ----------- dot_gtkrc-2.0 | 19 ++++++++++++++ 11 files changed, 70 insertions(+), 66 deletions(-) delete mode 100644 dot_config/uwsm/env create mode 100644 dot_gtkrc-2.0 diff --git a/dot_config/gtk-3.0/colors.css b/dot_config/gtk-3.0/colors.css index e253a87..f84bb6c 100644 --- a/dot_config/gtk-3.0/colors.css +++ b/dot_config/gtk-3.0/colors.css @@ -3,19 +3,19 @@ * Generated with Matugen */ -@define-color accent_color #4ed8e8; -@define-color accent_fg_color #001f23; -@define-color accent_bg_color #4ed8e8; -@define-color window_bg_color #0e141c; -@define-color window_fg_color #dee2ee; -@define-color headerbar_bg_color #0e141c; -@define-color headerbar_fg_color #dee2ee; -@define-color popover_bg_color #0e141c; -@define-color popover_fg_color #dee2ee; -@define-color view_bg_color #0e141c; -@define-color view_fg_color #dee2ee; -@define-color card_bg_color #0e141c; -@define-color card_fg_color #dee2ee; +@define-color accent_color #a3c9ff; +@define-color accent_fg_color #001c39; +@define-color accent_bg_color #a3c9ff; +@define-color window_bg_color #111418; +@define-color window_fg_color #e1e2e9; +@define-color headerbar_bg_color #111418; +@define-color headerbar_fg_color #e1e2e9; +@define-color popover_bg_color #111418; +@define-color popover_fg_color #e1e2e9; +@define-color view_bg_color #111418; +@define-color view_fg_color #e1e2e9; +@define-color card_bg_color #111418; +@define-color card_fg_color #e1e2e9; @define-color sidebar_bg_color @window_bg_color; @define-color sidebar_fg_color @window_fg_color; @define-color sidebar_border_color @window_bg_color; diff --git a/dot_config/gtk-4.0/colors.css b/dot_config/gtk-4.0/colors.css index e253a87..f84bb6c 100644 --- a/dot_config/gtk-4.0/colors.css +++ b/dot_config/gtk-4.0/colors.css @@ -3,19 +3,19 @@ * Generated with Matugen */ -@define-color accent_color #4ed8e8; -@define-color accent_fg_color #001f23; -@define-color accent_bg_color #4ed8e8; -@define-color window_bg_color #0e141c; -@define-color window_fg_color #dee2ee; -@define-color headerbar_bg_color #0e141c; -@define-color headerbar_fg_color #dee2ee; -@define-color popover_bg_color #0e141c; -@define-color popover_fg_color #dee2ee; -@define-color view_bg_color #0e141c; -@define-color view_fg_color #dee2ee; -@define-color card_bg_color #0e141c; -@define-color card_fg_color #dee2ee; +@define-color accent_color #a3c9ff; +@define-color accent_fg_color #001c39; +@define-color accent_bg_color #a3c9ff; +@define-color window_bg_color #111418; +@define-color window_fg_color #e1e2e9; +@define-color headerbar_bg_color #111418; +@define-color headerbar_fg_color #e1e2e9; +@define-color popover_bg_color #111418; +@define-color popover_fg_color #e1e2e9; +@define-color view_bg_color #111418; +@define-color view_fg_color #e1e2e9; +@define-color card_bg_color #111418; +@define-color card_fg_color #e1e2e9; @define-color sidebar_bg_color @window_bg_color; @define-color sidebar_fg_color @window_fg_color; @define-color sidebar_border_color @window_bg_color; diff --git a/dot_config/hypr/hyprland.conf.d/colors.conf b/dot_config/hypr/hyprland.conf.d/colors.conf index 6776e80..dc65001 100644 --- a/dot_config/hypr/hyprland.conf.d/colors.conf +++ b/dot_config/hypr/hyprland.conf.d/colors.conf @@ -1,6 +1,6 @@ general { - col.inactive_border = rgb(0e141c) - col.active_border = rgb(4ed8e8) + col.inactive_border = rgb(111418) + col.active_border = rgb(a3c9ff) } decoration { diff --git a/dot_config/hypr/hyprland.conf.d/env_vars.conf b/dot_config/hypr/hyprland.conf.d/env_vars.conf index 730bb48..513af1f 100644 --- a/dot_config/hypr/hyprland.conf.d/env_vars.conf +++ b/dot_config/hypr/hyprland.conf.d/env_vars.conf @@ -8,12 +8,12 @@ env = HYPRCURSOR_SIZE,24 env = XCURSOR_THEME,Bibata-Modern-Classic env = XCURSOR_SIZE,24 # Toolkit Backend Vars -env = GDK_BACKEND,wayland +env = GDK_BACKEND,wayland,x11,* env = SDL_VIDEODRIVER,wayland # stops sapiens game from running as it cannot find the video subsystem env = CLUTTER_BACKEND,wayland # QT Variables env = QT_QPA_PLATFORMTHEME,qt6ct env = QT_AUTO_SCREEN_SCALE_FACTOR,1 -env = QT_QPA_PLATFORM,wayland +env = QT_QPA_PLATFORM,wayland;xcb env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1 env = QT_QUICK_CONTROLS_STYLE,org.hyprland.style diff --git a/dot_config/hyprpanel/config.json b/dot_config/hyprpanel/config.json index 901e06e..55e0434 100644 --- a/dot_config/hyprpanel/config.json +++ b/dot_config/hyprpanel/config.json @@ -67,6 +67,6 @@ "/" ], "theme.matugen_settings.mode": "dark", - "theme.matugen_settings.scheme_type": "fruit-salad", - "theme.matugen_settings.variation": "monochrome_3" + "theme.matugen_settings.scheme_type": "fidelity", + "theme.matugen_settings.variation": "standard_1" } \ No newline at end of file diff --git a/dot_config/kitty/current-theme.conf b/dot_config/kitty/current-theme.conf index 22e9d11..f00b073 100644 --- a/dot_config/kitty/current-theme.conf +++ b/dot_config/kitty/current-theme.conf @@ -59,11 +59,11 @@ macos_titlebar_color #16161e background_opacity 1 -cursor #dee2ee -cursor_text_color #bcc7db +cursor #e1e2e9 +cursor_text_color #c1c7d2 -foreground #dee2ee -background #0e141c -selection_foreground #00363c -selection_background #81d3de -url_color #4ed8e8 +foreground #e1e2e9 +background #111418 +selection_foreground #1b314c +selection_background #b2c8ea +url_color #a3c9ff diff --git a/dot_config/kitty/themes/hydro-os.conf b/dot_config/kitty/themes/hydro-os.conf index 22e9d11..f00b073 100644 --- a/dot_config/kitty/themes/hydro-os.conf +++ b/dot_config/kitty/themes/hydro-os.conf @@ -59,11 +59,11 @@ macos_titlebar_color #16161e background_opacity 1 -cursor #dee2ee -cursor_text_color #bcc7db +cursor #e1e2e9 +cursor_text_color #c1c7d2 -foreground #dee2ee -background #0e141c -selection_foreground #00363c -selection_background #81d3de -url_color #4ed8e8 +foreground #e1e2e9 +background #111418 +selection_foreground #1b314c +selection_background #b2c8ea +url_color #a3c9ff diff --git a/dot_config/qt6ct/colors/matugen.conf b/dot_config/qt6ct/colors/matugen.conf index 76c14d1..9b51ac9 100644 --- a/dot_config/qt6ct/colors/matugen.conf +++ b/dot_config/qt6ct/colors/matugen.conf @@ -1,5 +1,5 @@ [ColorScheme] -active_colors=#dee2ee, #0e141c, #ffffff, #cacaca, #9f9f9f, #b8b8b8, #dee2ee, #ffffff, #dee2ee, #0e141c, #0e141c, #000000, #004f56, #8df2ff, #81d3de, #4ed8e8, #0e141c, #000000, #0e141c, #dee2ee, #81d3de -disabled_colors=#dee2ee, #0e141c, #ffffff, #cacaca, #9f9f9f, #b8b8b8, #dee2ee, #ffffff, #dee2ee, #0e141c, #0e141c, #000000, #004f56, #8df2ff, #81d3de, #4ed8e8, #0e141c, #000000, #0e141c, #dee2ee, #81d3de -inactive_colors=#dee2ee, #0e141c, #ffffff, #cacaca, #9f9f9f, #b8b8b8, #dee2ee, #ffffff, #dee2ee, #0e141c, #0e141c, #000000, #004f56, #8df2ff, #81d3de, #4ed8e8, #0e141c, #000000, #0e141c, #dee2ee, #81d3de +active_colors=#e1e2e9, #111418, #ffffff, #cacaca, #9f9f9f, #b8b8b8, #e1e2e9, #ffffff, #e1e2e9, #111418, #111418, #000000, #1563ab, #ffffff, #b2c8ea, #a3c9ff, #111418, #000000, #111418, #e1e2e9, #b2c8ea +disabled_colors=#e1e2e9, #111418, #ffffff, #cacaca, #9f9f9f, #b8b8b8, #e1e2e9, #ffffff, #e1e2e9, #111418, #111418, #000000, #1563ab, #ffffff, #b2c8ea, #a3c9ff, #111418, #000000, #111418, #e1e2e9, #b2c8ea +inactive_colors=#e1e2e9, #111418, #ffffff, #cacaca, #9f9f9f, #b8b8b8, #e1e2e9, #ffffff, #e1e2e9, #111418, #111418, #000000, #1563ab, #ffffff, #b2c8ea, #a3c9ff, #111418, #000000, #111418, #e1e2e9, #b2c8ea diff --git a/dot_config/qt6ct/qt6ct.conf b/dot_config/qt6ct/qt6ct.conf index 985c7aa..2d3d68f 100644 --- a/dot_config/qt6ct/qt6ct.conf +++ b/dot_config/qt6ct/qt6ct.conf @@ -1,7 +1,7 @@ [Appearance] color_scheme_path=~/.config/qt6ct/colors/matugen.conf custom_palette=true -icon_theme=Papirus-Dark +icon_theme=Papirus standard_dialogs=default style=Fusion @@ -25,7 +25,7 @@ underline_shortcut=1 wheel_scroll_lines=3 [SettingsWindow] -geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x4\xec\0\0\x5X\0\0\0\0\0\0\0\0\0\0\x4\xec\0\0\x5X\0\0\0\0\x2\0\0\0\n\0\0\0\0\0\0\0\0\0\0\0\x4\xec\0\0\x5X) +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x4\xec\0\0\x2\xa2\0\0\0\0\0\0\0\0\0\0\x4\xec\0\0\x2\xa2\0\0\0\0\x2\0\0\0\n\0\0\0\0\0\0\0\0\0\0\0\x4\xec\0\0\x2\xa2) [Troubleshooting] force_raster_widgets=1 diff --git a/dot_config/uwsm/env b/dot_config/uwsm/env deleted file mode 100644 index 6adabd2..0000000 --- a/dot_config/uwsm/env +++ /dev/null @@ -1,15 +0,0 @@ -HYPRCURSOR_THEME=Bibata-Modern-Classic -HYPRCURSOR_SIZE=24 - -XCURSOR_THEME=Bibata-Modern-Classic -XCURSOR_SIZE=24 - -GDK_BACKEND=wayland -SDL_VIDEODRIVER=wayland -CLUTTER_BACKEND=wayland - -QT_QPA_PLATFORMTHEME=qt6ct -QT_AUTO_SCREEN_SCALE_FACTOR=1 -QT_QPA_PLATFORM=wayland;xcb -QT_WAYLAND_DISABLE_WINDOWDECORATION=1 -QT_QUICK_CONTROLS_STYLE=org.hyprland.style diff --git a/dot_gtkrc-2.0 b/dot_gtkrc-2.0 new file mode 100644 index 0000000..9c4f834 --- /dev/null +++ b/dot_gtkrc-2.0 @@ -0,0 +1,19 @@ +# DO NOT EDIT! This file will be overwritten by nwg-look. +# Any customization should be done in ~/.gtkrc-2.0.mine instead. + +include "/home/eriq12/.gtkrc-2.0.mine" +gtk-theme-name="Adwaita-dark" +gtk-icon-theme-name="Papirus-Dark" +gtk-font-name="Adwaita Sans 11" +gtk-cursor-theme-name="Bibata-Modern-Classic" +gtk-cursor-theme-size=24 +gtk-toolbar-style=GTK_TOOLBAR_ICONS +gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR +gtk-button-images=0 +gtk-menu-images=0 +gtk-enable-event-sounds=1 +gtk-enable-input-feedback-sounds=0 +gtk-xft-antialias=1 +gtk-xft-hinting=1 +gtk-xft-hintstyle="hintslight" +gtk-xft-rgba="rgb"