mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 23:46:13 +01:00
feat: dark theme sync
This commit is contained in:
@@ -1 +0,0 @@
|
||||
/home/mike/.themes/Rosepine-Dark/gtk-4.0/assets
|
||||
@@ -1 +0,0 @@
|
||||
/home/mike/.themes/Rosepine-Dark/gtk-4.0/gtk-dark.css
|
||||
@@ -1 +0,0 @@
|
||||
/home/mike/.themes/Rosepine-Dark/gtk-4.0/gtk.css
|
||||
@@ -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']
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user