aboutsummaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-06-15 20:32:55 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-06-15 20:32:55 +0100
commitfa7a6125ae15d560e0e637de3dd95f726e511ddb (patch)
treebf6f2e3376e377d3d64cdf096e72a089f1c238d8 /init.vim
parent35474b962ad8ec1a115ef78897039830bea325df (diff)
downloaddotnvim-fa7a6125ae15d560e0e637de3dd95f726e511ddb.tar.gz
dotnvim-fa7a6125ae15d560e0e637de3dd95f726e511ddb.zip
Color tweaks
Diffstat (limited to 'init.vim')
-rw-r--r--init.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.vim b/init.vim
index dba1de7..84c742c 100644
--- a/init.vim
+++ b/init.vim
@@ -50,6 +50,10 @@ set termguicolors
set background=dark
let g:tokyonight_italic_keywords = 0
+let g:tokyonight_colors = {
+ \ 'comment': '#5e6691',
+ \ 'fg_gutter': '#505777',
+\ }
colorscheme tokyonight