mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-03 18:59:26 +00:00
Add neovim dotfiles
This commit is contained in:
@ -37,9 +37,10 @@ enable_audio_bell no
|
||||
|
||||
enabled_layouts vertical,fat,grid,horizontal,splits,stack,tall
|
||||
|
||||
# resize_in_steps yes
|
||||
remember_window_size no
|
||||
initial_window_width 2100
|
||||
initial_window_height 1150
|
||||
initial_window_width 2110
|
||||
initial_window_height 1160
|
||||
window_padding_width 1
|
||||
active_border_color #C0C0C0
|
||||
|
||||
@ -47,40 +48,49 @@ active_border_color #C0C0C0
|
||||
|
||||
#: Color scheme {{{
|
||||
|
||||
foreground #BABABA
|
||||
background #073642
|
||||
## name: Tokyo Night
|
||||
## license: MIT
|
||||
## author: Folke Lemaitre
|
||||
## upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/kitty/tokyonight_night.conf
|
||||
|
||||
#: black
|
||||
color0 #000000
|
||||
color8 #666666
|
||||
background #24283b
|
||||
foreground #c0caf5
|
||||
selection_background #33467c
|
||||
selection_foreground #c0caf5
|
||||
url_color #73daca
|
||||
cursor #c0caf5
|
||||
cursor_text_color #1a1b26
|
||||
|
||||
#: red
|
||||
color1 #E8341C
|
||||
color9 #E05A4F
|
||||
# Tabs
|
||||
active_tab_background #7aa2f7
|
||||
active_tab_foreground #16161e
|
||||
inactive_tab_background #292e42
|
||||
inactive_tab_foreground #545c7e
|
||||
#tab_bar_background #15161e
|
||||
|
||||
#: green
|
||||
color2 #68C256
|
||||
color10 #77B869
|
||||
# normal
|
||||
color0 #15161e
|
||||
color1 #f7768e
|
||||
color2 #9ece6a
|
||||
color3 #e0af68
|
||||
color4 #7aa2f7
|
||||
color5 #bb9af7
|
||||
color6 #7dcfff
|
||||
color7 #a9b1d6
|
||||
|
||||
#: yellow
|
||||
color3 #F2D42C
|
||||
color11 #EFD64B
|
||||
# bright
|
||||
color8 #414868
|
||||
color9 #f7768e
|
||||
color10 #9ece6a
|
||||
color11 #e0af68
|
||||
color12 #7aa2f7
|
||||
color13 #bb9af7
|
||||
color14 #7dcfff
|
||||
color15 #c0caf5
|
||||
|
||||
#: blue
|
||||
color4 #1C98E8
|
||||
color12 #387CD3
|
||||
|
||||
#: magenta
|
||||
color5 #8E69C9
|
||||
color13 #957BBE
|
||||
|
||||
#: cyan
|
||||
color6 #1C98E8
|
||||
color14 #3D97E2
|
||||
|
||||
#: white
|
||||
color7 #BABABA
|
||||
color15 #BABABA
|
||||
# extended colors
|
||||
color16 #ff9e64
|
||||
color17 #db4b4b
|
||||
|
||||
#: }}}
|
||||
|
||||
|
Reference in New Issue
Block a user