From 4695725cec25d2a702938923a75e6a8c4a7e7f39 Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Tue, 28 Apr 2020 14:32:49 +0200 Subject: [PATCH] add kitty config --- init.vim | 4 ++-- kitty/kitty.conf | 28 ++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 kitty/kitty.conf diff --git a/init.vim b/init.vim index 60505f5..192f773 100644 --- a/init.vim +++ b/init.vim @@ -31,7 +31,7 @@ Plug 'lambdalisue/suda.vim' " As w!! did not work anymore in nvim Plug 'https://github.com/alok/notational-fzf-vim' " note taking Plug 'prettier/vim-prettier', { 'do': 'npm install' } " prettier integration Plug 'honza/vim-snippets' " Collection of Snippets, used by coc-snippet -Plug 'ludovicchabant/vim-gutentags', { 'for': 'php' } " Keep tags in sync +Plug 'ludovicchabant/vim-gutentags', { 'for': ['js', 'vue', 'php'] } " Keep tags in sync " {{{ CocPlugins Plug 'neoclide/coc-json', { 'do': 'yarn install --frozen-lockfile' } @@ -67,8 +67,8 @@ Plug 'lervag/vimtex', { 'for': 'tex' } "}}} " Markdown{{{ -Plug 'suan/vim-instant-markdown', { 'for': 'markdown' } Plug 'tpope/vim-markdown', { 'for': 'markdown'} +Plug 'iamcco/markdown-preview.nvim', { 'do': 'cd app & yarn install', 'for': 'markdown' } "}}} " Colorschemes{{{ diff --git a/kitty/kitty.conf b/kitty/kitty.conf new file mode 100644 index 0000000..9e50590 --- /dev/null +++ b/kitty/kitty.conf @@ -0,0 +1,28 @@ +# Dark + +background #002b36 +foreground #839496 +cursor #93a1a1 + +selection_background #81908f +selection_foreground #002831 + +color0 #073642 +color1 #dc322f +color2 #859900 +color3 #b58900 +color4 #268bd2 +color5 #d33682 +color6 #2aa198 +color7 #eee8d5 +color9 #cb4b16 +color8 #002b36 +color10 #586e75 +color11 #657b83 +color12 #839496 +color13 #6c71c4 +color14 #93a1a1 +color15 #fdf6e3 + +font_family Fira Code +font_size 12.0