1
0
Fork 0

nvim, vim, wezterm: back to solarized8

This commit is contained in:
Von Random 2023-08-25 18:15:26 +03:00
parent 466d355a9c
commit 3de4631607
4 changed files with 17 additions and 20 deletions

View file

@ -3,16 +3,16 @@ local act = wt.action
local font = 'VascadiaMod'
local harfbuzz_features = nil
local fontsizes = { Darwin = 14, others = 11 }
local theme = 'GruvboxDark'
local theme = 'Solarized Light (Gogh)'
local overrides = {
fonts = {
font = wt.font('JetBrains Mono'),
harfbuzz_features = { 'calt=0', 'clig=0', 'liga=0' }
},
theme = { color_scheme = 'PencilLight' }
theme = { color_scheme = 'GruvboxDark' }
}
local tab_bar_bg = '#ebdbae'
local tab_bar_fg = '#282828'
local tab_bar_bg = '#eee8d5'
local tab_bar_fg = '#657b83'
local tab_bar_defaults = {
bg_color = tab_bar_bg,
fg_color = tab_bar_fg,
@ -24,8 +24,8 @@ local tab_bar_active = {
italic = true
}
local custom_colors = {
cursor_bg = '#d65d0e',
cursor_fg = '#ebdbb2',
cursor_bg = '#cb4b16',
cursor_fg = '#fdf6e3',
tab_bar = {
background = tab_bar_bg,
active_tab = tab_bar_active,