summary refs log tree commit diff
path: root/.vim/lua/color_palette.lua
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2022-04-15 15:11:35 +0200
committerRobert Günzler <r@gnzler.io>2022-04-15 15:11:35 +0200
commitf9fa365ca490ab36b4ea13de53531f4d6b1596ad (patch)
tree02239308047192e24b3ee0918b7c085fc03ebae6 /.vim/lua/color_palette.lua
parentab78451231d1852844bcbd11d4320126edb1c693 (diff)
vim: update colors
Diffstat (limited to '.vim/lua/color_palette.lua')
-rw-r--r--.vim/lua/color_palette.lua12
1 files changed, 6 insertions, 6 deletions
diff --git a/.vim/lua/color_palette.lua b/.vim/lua/color_palette.lua
index 6c1ed79..14cc74e 100644
--- a/.vim/lua/color_palette.lua
+++ b/.vim/lua/color_palette.lua
@@ -15,7 +15,7 @@ return {
     green   = '#24936e',
     yellow  = '#f7d94c',
     blue    = '#2ea9df',
-    magenta = '#986db2',
+    magenta = '#b481bb',
     cyan    = '#81c7d4',
     white   = '#fffffb',
   },
@@ -23,10 +23,10 @@ return {
     black   = '#080808',
     red     = '#9f353a',
     green   = '#36563c',
-    yellow  = '#a28c37',
-    blue    = '#005caf',
-    magenta = '#4a225d',
-    cyan    = '#1e88a8',
-    white   = '#4f4f48',
+    yellow  = '#d19826',
+    blue    = '#113285',
+    magenta = '#77428d',
+    cyan    = '#0d5661',
+    white   = '#434343',
   },
 }