This commit is contained in:
tomit4 2021-11-22 09:33:06 -08:00
commit 9daf8f96f4
3 changed files with 49 additions and 4 deletions

View file

@ -1,4 +1,6 @@
include /home/brian/.config/kitty/.nord-kitty.conf
background_opacity 0.9
include /home/brian/.config/kitty/nord.conf
background_opacity 0.8
remember_window_size yes
map ctrl+shift+enter new_window_with_cwd
cursor #ffffff
cursor_stop_blinking_after 0.25

43
kitty/nord.conf Normal file
View file

@ -0,0 +1,43 @@
# Nord Colorscheme for Kitty
# Based on:
# - https://gist.github.com/marcusramberg/64010234c95a93d953e8c79fdaf94192
# - https://github.com/arcticicestudio/nord-hyper
foreground #D8DEE9
background #2E3440
selection_foreground #000000
selection_background #FFFACD
url_color #0087BD
cursor #81A1C1
# black
color0 #3B4252
color8 #4C566A
# red
color1 #BF616A
color9 #BF616A
# green
color2 #A3BE8C
color10 #A3BE8C
# yellow
color3 #EBCB8B
color11 #EBCB8B
# blue
color4 #81A1C1
color12 #81A1C1
# magenta
color5 #B48EAD
color13 #B48EAD
# cyan
color6 #88C0D0
color14 #8FBCBB
# white
color7 #E5E9F0
color15 #ECEFF4

View file

@ -33,8 +33,8 @@ nmap <C-j> <C-Down>
nmap <C-k> <C-Up>
" Start NERDTree. If a file is specified, move the cursor to its window.
autocmd StdinReadPre * let s:std_in=1
autocmd VimEnter * NERDTree | if argc() > 0 || exists("s:std_in") | wincmd p | endif
"autocmd StdinReadPre * let s:std_in=1
"autocmd VimEnter * NERDTree | if argc() > 0 || exists("s:std_in") | wincmd p | endif
"NerdTree opens on right
let g:NERDTreeWinPos = "right"