wezterm, nvim: solarized
This commit is contained in:
parent
212f2565b7
commit
2c37ccfd7e
3 changed files with 14 additions and 14 deletions
|
@ -39,6 +39,6 @@ vim.g.solarized_extra_hi_groups = 1
|
||||||
vim.g.gruvbox_plugin_hi_groups = 1
|
vim.g.gruvbox_plugin_hi_groups = 1
|
||||||
vim.g.gruvbox_filetype_hi_groups = 1
|
vim.g.gruvbox_filetype_hi_groups = 1
|
||||||
vim.o.termguicolors = true
|
vim.o.termguicolors = true
|
||||||
vim.o.bg = 'dark'
|
vim.o.bg = 'light'
|
||||||
|
|
||||||
vim.cmd [[colorscheme gruvbox8]]
|
vim.cmd [[colorscheme solarized8]]
|
||||||
|
|
|
@ -4,12 +4,12 @@ local fn = require('functions')
|
||||||
local current = {}
|
local current = {}
|
||||||
|
|
||||||
-- colors
|
-- colors
|
||||||
local color_scheme = 'Solarized Light (Gogh)'
|
local color_scheme = 'GruvboxDark'
|
||||||
local tab_fg = '#657b83'
|
local tab_fg = '#ebdbb2'
|
||||||
local tab_bg = '#eee8d5'
|
local tab_bg = '#504945'
|
||||||
local tab_bg_active = '#fdf6e3'
|
local tab_bg_active = '#282828'
|
||||||
local cursor_fg = '#fdf6e3'
|
local cursor_fg = '#ebdbb2'
|
||||||
local cursor_bg = '#cb4b16'
|
local cursor_bg = '#d65d0e'
|
||||||
|
|
||||||
-- fonts
|
-- fonts
|
||||||
local fonts = wt.config_builder()
|
local fonts = wt.config_builder()
|
||||||
|
|
|
@ -3,12 +3,12 @@ local kb = require('keybinds')
|
||||||
local fn = require('functions')
|
local fn = require('functions')
|
||||||
|
|
||||||
-- colors
|
-- colors
|
||||||
local color_scheme = 'GruvboxDark'
|
local color_scheme = 'Solarized Light (Gogh)'
|
||||||
local tab_fg = '#ebdbb2'
|
local tab_fg = '#657b83'
|
||||||
local tab_bg = '#504945'
|
local tab_bg = '#eee8d5'
|
||||||
local tab_bg_active = '#282828'
|
local tab_bg_active = '#fdf6e3'
|
||||||
local cursor_fg = '#ebdbb2'
|
local cursor_fg = '#fdf6e3'
|
||||||
local cursor_bg = '#d65d0e'
|
local cursor_bg = '#cb4b16'
|
||||||
|
|
||||||
-- misc
|
-- misc
|
||||||
local cfg = wt.config_builder()
|
local cfg = wt.config_builder()
|
||||||
|
|
Loading…
Reference in a new issue