diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-05-28 15:26:46 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-05-28 15:26:46 +0700 |
commit | 4749186d527c90933c5a5f162358ea8279143323 (patch) | |
tree | e9bb51af411a9ad5e85a296d735c68439112acdc /luakit | |
parent | 2f5a29f4dfebc144e3d82283b2b0af64b5c8b218 (diff) | |
download | dotfiles-4749186d527c90933c5a5f162358ea8279143323.tar.gz |
Update 2019-05-28
Diffstat (limited to 'luakit')
-rw-r--r-- | luakit/.config/luakit/theme.lua | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/luakit/.config/luakit/theme.lua b/luakit/.config/luakit/theme.lua index bbdac14..06d94fc 100644 --- a/luakit/.config/luakit/theme.lua +++ b/luakit/.config/luakit/theme.lua @@ -17,11 +17,11 @@ local theme = {} local color = {black = '#1C1B19', red = '#EF2F27', green = '#519F50', yellow = '#FBB829', blue = '#2C78BF', magenta = '#E02C6D', - cyan = '#0AAEB3', white = '#918175', brightblack = '#2D2C29', - brightred = '#F75341', brightgreen = '#98BC37', - brightyellow = '#FED06E', brightblue = '#68A8E4', - brightmagenta = '#FF5C8F', brightcyan = '#53FDE9', - brightwhite = '#FCE8C3'} + cyan = '#0AAEB3', white = '#918175', orange = '#ff5f00', + brightblack = '#2D2C29', brightred = '#F75341', + brightgreen = '#98BC37', brightyellow = '#FED06E', + brightblue = '#68A8E4', brightmagenta = '#FF5C8F', + brightcyan = '#53FDE9', brightwhite = '#FCE8C3'} -- Default settings @@ -81,7 +81,7 @@ theme.ibar_bg = theme.bg -- Tab label theme.tab_fg = theme.fg theme.tab_bg = color.brightblack -theme.tab_hover_bg = color.blue +theme.tab_hover_bg = color.orange theme.tab_ntheme = color.white theme.selected_fg = theme.fg theme.selected_bg = theme.bg |