summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-09-01 22:27:49 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-09-01 22:27:49 +0200
commit1207ee0e42f5a4932ce47d59e778d828bb978748 (patch)
tree9f82a75c5ecd812dd14a642fe9888873830deeff
parente7096ee494f7797fc03b849ad46b9f48ed2bb983 (diff)
Add lighter dark bg
-rw-r--r--.config/nvim/lua/core/lualine/colors.lua2
-rw-r--r--.config/nvim/lua/dark/palette.lua6
-rwxr-xr-x.config/x11/xresources4
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