feat: dark theme sync

This commit is contained in:
2025-07-02 20:28:30 +02:00
parent 3992c78c33
commit cfab02a17e
7 changed files with 112 additions and 9 deletions

View File

@@ -1 +0,0 @@
/home/mike/.themes/Rosepine-Dark/gtk-4.0/assets

View File

@@ -1 +0,0 @@
/home/mike/.themes/Rosepine-Dark/gtk-4.0/gtk-dark.css

View File

@@ -1 +0,0 @@
/home/mike/.themes/Rosepine-Dark/gtk-4.0/gtk.css

View File

@@ -3,5 +3,5 @@ lat = 50.27
lon = 19.04
[setter]
command = ['feh', '--bg-fill', '%f']
command = ['feh', '--bg-scale', '%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" -- Using custom Rose Pine theme
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 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()