Changed default color scheme and env for hyprland. Removed uwsm env as it did not appear to have any desired effect
This commit is contained in:
@@ -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;
|
||||
|
@@ -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;
|
||||
|
@@ -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 {
|
||||
|
@@ -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
|
||||
|
@@ -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"
|
||||
}
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -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
|
19
dot_gtkrc-2.0
Normal file
19
dot_gtkrc-2.0
Normal file
@@ -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"
|
Reference in New Issue
Block a user