diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/nvim/lua/core/lualine/colors.lua | 2 | ||||
-rw-r--r-- | .config/nvim/lua/dark/palette.lua | 6 | ||||
-rwxr-xr-x | .config/x11/xresources | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/.config/nvim/lua/core/lualine/colors.lua b/.config/nvim/lua/core/lualine/colors.lua index 92e37ce..065e018 100644 --- a/.config/nvim/lua/core/lualine/colors.lua +++ b/.config/nvim/lua/core/lualine/colors.lua @@ -1,5 +1,5 @@ local colors = { - bg = "#0D0D0D", + bg = "#161616", fg = "#D0D0D0", grey = "#D0D0D0", blue = "#569CD6", diff --git a/.config/nvim/lua/dark/palette.lua b/.config/nvim/lua/dark/palette.lua index 27754d8..0c9d719 100644 --- a/.config/nvim/lua/dark/palette.lua +++ b/.config/nvim/lua/dark/palette.lua @@ -1,8 +1,8 @@ local colors = { fg = "#F5F5F5", - bg = "#0A0A0A", - alt_bg = "#0D0D0D", - accent = "#151515", + bg = "#0D0D0D", + alt_bg = "#161616", + accent = "#1A1A1A", white = "#F5F5F5", gray = "#303030", light_gray = "#D0D0D0", diff --git a/.config/x11/xresources b/.config/x11/xresources index efb623a..bbb7f21 100755 --- a/.config/x11/xresources +++ b/.config/x11/xresources @@ -9,12 +9,12 @@ xterm*disallowedWindowOps: 20,21,SetXProp ! special -*.background: #0A0A0A +*.background: #0D0D0D *.foreground: white *.cursorColor: white ! black -*.color0: #0A0A0A +*.color0: #353535 *.color8: #353535 ! red |