feat: light dark theming

This commit is contained in:
2025-07-02 16:10:40 +02:00
parent f76d84ce7e
commit 3992c78c33
11 changed files with 389 additions and 55 deletions

View File

@@ -9,5 +9,6 @@
"height": 1378
},
"SKIP_HOST_UPDATE": true,
"BACKGROUND_COLOR": "#000000"
"BACKGROUND_COLOR": "#000000",
"offloadAdmControls": false
}

View File

@@ -73,3 +73,4 @@ end
# Created by `pipx` on 2025-06-04 15:36:28
set PATH $PATH /home/mike/.local/bin
[ -f "$HOME/.theme_env" ] && source "$HOME/.theme_env"

View File

@@ -1,17 +1,4 @@
[Settings]
gtk-application-prefer-dark-theme=true
gtk-theme-name=Rosepine-Dark
gtk-icon-theme-name=Papirus-Dark
gtk-font-name=Cantarell 11
gtk-cursor-theme-name=elementary
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
gtk-application-prefer-dark-theme=1

View File

@@ -1,7 +1,4 @@
[Settings]
gtk-application-prefer-dark-theme=true
gtk-theme-name=Rosepine-Dark
gtk-icon-theme-name=Papirus-Dark
gtk-font-name=Cantarell 11
gtk-cursor-theme-name=elementary
gtk-cursor-theme-size=24
gtk-application-prefer-dark-theme=1

View File

@@ -1,9 +1,9 @@
[Appearance]
color_scheme_path=/usr/share/qt5ct/colors/airy.conf
custom_palette=false
color_scheme_path=/home/mike/.config/qt5ct/colors/rose-pine.conf
custom_palette=true
icon_theme=Papirus-Light
standard_dialogs=default
style=rose-pine
style=Windows
[Fonts]
fixed="Noto Sans,10,-1,5,50,0,0,0,0,0,Regular"
@@ -25,7 +25,7 @@ underline_shortcut=1
wheel_scroll_lines=3
[SettingsWindow]
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\r\x1\0\0\0\x34\0\0\x11`\0\0\x2\xda\0\0\r\x2\0\0\0\x35\0\0\x11_\0\0\x2\xd9\0\0\0\0\0\0\0\0\n\0\0\0\r\x2\0\0\0\x35\0\0\x11_\0\0\x2\xd9)
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\a\x9e\0\0\0\x34\0\0\x11\x61\0\0\x5\x95\0\0\a\x9e\0\0\0\x34\0\0\x11\x61\0\0\x5\x95\0\0\0\0\0\0\0\0\n\0\0\0\a\x9e\0\0\0\x34\0\0\x11\x61\0\0\x5\x95)
[Troubleshooting]
force_raster_widgets=1

View File

@@ -133,3 +133,4 @@
margin: 0px 0.3em 0em 0em;
text-color: @grn;
}
@theme "rose-pine"

View File

@@ -1,7 +1,7 @@
[location]
lat = 50.15
lon = 18.82
lat = 50.27
lon = 19.04
[setter]
# command = ['feh', '--bg-fill', '%f']
command = ['swww', 'img', '%f']
command = ['feh', '--bg-fill', '%f']
# command = ['swww', 'img', '%f']

View File

@@ -28,7 +28,7 @@ config.keys = {
local theme = wezterm.plugin.require('https://github.com/neapsix/wezterm').main
-- This is where you actually apply your config choices
-- config.color_scheme = "rose-pine"
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- config.color_scheme = "rose-pine" -- Using custom Rose Pine theme
-- the font is named 'Source Code Pro ExtraLight', but I actually use the DemiBold weight. looks awesome
config.font = wezterm.font('Hack Nerd Font')
config.colors = theme.colors()