fixing up some stuff and refining theme
This commit is contained in:
parent
2763ce58c1
commit
3b313209a3
6 changed files with 45 additions and 36 deletions
|
@ -33,10 +33,8 @@
|
|||
xorg.libxcb
|
||||
freetype
|
||||
|
||||
fstl
|
||||
dbus
|
||||
|
||||
alsa-oss
|
||||
sops
|
||||
|
||||
ispell
|
||||
|
|
|
@ -57,25 +57,25 @@ config.color_scheme = 'One Half Black (Gogh)'
|
|||
-- config.color_scheme = 'Afterglow'
|
||||
config.colors = {
|
||||
-- background = "#111111",
|
||||
tab_bar = {
|
||||
background = "#111111",
|
||||
inactive_tab = {
|
||||
fg_color = "#444444",
|
||||
bg_color = "#111111"
|
||||
}
|
||||
}
|
||||
-- tab_bar = {
|
||||
-- background = "#111111",
|
||||
-- inactive_tab = {
|
||||
-- fg_color = "#444444",
|
||||
-- bg_color = "#111111"
|
||||
-- }
|
||||
-- }
|
||||
}
|
||||
|
||||
config.background = {
|
||||
{
|
||||
source = {
|
||||
Color = '#111111'
|
||||
},
|
||||
width = "100%",
|
||||
height = "100%",
|
||||
opacity = 1
|
||||
}
|
||||
}
|
||||
-- config.background = {
|
||||
-- {
|
||||
-- source = {
|
||||
-- Color = '#111111'
|
||||
-- },
|
||||
-- width = "100%",
|
||||
-- height = "100%",
|
||||
-- opacity = 1
|
||||
-- }
|
||||
-- }
|
||||
|
||||
config.window_decorations = "RESIZE"
|
||||
|
||||
|
@ -160,23 +160,28 @@ config.keys = {
|
|||
tabline.setup({
|
||||
options = {
|
||||
theme_overrides = {
|
||||
background = "#111111",
|
||||
background = "#282c34",
|
||||
tab = {
|
||||
active = { fg = '#eeeeee', bg = '#111111' },
|
||||
inactive = { fg = '#999999', bg = '#222222' },
|
||||
inactive_hover = { fg = '#cccccc', bg = '#222222' },
|
||||
inactive = { fg = '#979eab', bg = '#282c34' },
|
||||
inactive_hover = { fg = '#cccccc', bg = '#282c34' },
|
||||
},
|
||||
normal_mode = {
|
||||
a = { bg = "#222222", fg = "#eeeeee" },
|
||||
b = { bg = "#222222", fg = "#eeeeee" },
|
||||
c = { bg = "#222222", fg = "#eeeeee" },
|
||||
x = { bg = "#222222", fg = "#eeeeee" },
|
||||
y = { bg = "#222222", fg = "#eeeeee" },
|
||||
z = { bg = "#222222", fg = "#eeeeee" },
|
||||
a = { bg = "#282c34", fg = "#eeeeee" },
|
||||
b = { bg = "#282c34", fg = "#eeeeee" },
|
||||
c = { bg = "#282c34", fg = "#eeeeee" },
|
||||
x = { bg = "#282c34", fg = "#eeeeee" },
|
||||
y = { bg = "#282c34", fg = "#eeeeee" },
|
||||
z = { bg = "#282c34", fg = "#eeeeee" },
|
||||
},
|
||||
copy_mode = {
|
||||
b = { bg = "#222222", fg = "#eeeeee" }
|
||||
}
|
||||
a = { bg = "#e5c07b", fg = "#282c34" },
|
||||
b = { bg = "#282c34", fg = "#eeeeee" },
|
||||
c = { bg = "#282c34", fg = "#eeeeee" },
|
||||
x = { bg = "#282c34", fg = "#eeeeee" },
|
||||
y = { bg = "#282c34", fg = "#eeeeee" },
|
||||
z = { bg = "#e5c07b", fg = "#282c34" },
|
||||
},
|
||||
},
|
||||
section_separators = {
|
||||
left = " ",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue