mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 15:36:11 +01:00
fix: configs sync
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
[General]
|
[General]
|
||||||
contrastOpacity=188
|
contrastOpacity=188
|
||||||
|
drawColor=#154c8e
|
||||||
savePath=/home/mike/Pictures
|
savePath=/home/mike/Pictures
|
||||||
showStartupLaunchMessage=false
|
showStartupLaunchMessage=false
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ config.keys = {
|
|||||||
local theme = wezterm.plugin.require('https://github.com/neapsix/wezterm').main
|
local theme = wezterm.plugin.require('https://github.com/neapsix/wezterm').main
|
||||||
|
|
||||||
-- This is where you actually apply your config choices
|
-- 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
|
-- 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.font = wezterm.font('Hack Nerd Font')
|
||||||
config.colors = theme.colors()
|
config.colors = theme.colors()
|
||||||
|
|||||||
Reference in New Issue
Block a user