[neovim] Set colorscheme to tokyonight-moon

This commit is contained in:
Daniel Carrillo 2022-10-22 18:19:04 +02:00
parent 2c602ab1d3
commit 81035e624c
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
2 changed files with 38 additions and 34 deletions

View File

@ -46,53 +46,56 @@ active_border_color #C0C0C0
#: }}}
#: Color scheme {{{
# vim:ft=kitty
## name: Tokyo Night
## name: Tokyo Night Moon
## license: MIT
## author: Folke Lemaitre
## upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/kitty/tokyonight_night.conf
## upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/kitty/tokyonight_moon.conf
background #24283b
foreground #c0caf5
selection_background #33467c
selection_foreground #c0caf5
url_color #73daca
cursor #c0caf5
cursor_text_color #1a1b26
background #222436
foreground #c8d3f5
selection_background #3654a7
selection_foreground #c8d3f5
url_color #4fd6be
cursor #c8d3f5
cursor_text_color #222436
# Tabs
active_tab_background #7aa2f7
active_tab_foreground #16161e
inactive_tab_background #292e42
active_tab_background #82aaff
active_tab_foreground #1e2030
inactive_tab_background #2f334d
inactive_tab_foreground #545c7e
#tab_bar_background #15161e
#tab_bar_background #1b1d2b
# Windows
active_border_color #82aaff
inactive_border_color #2f334d
# normal
color0 #15161e
color1 #f7768e
color2 #9ece6a
color3 #e0af68
color4 #7aa2f7
color5 #33467c
color6 #7dcfff
color7 #a9b1d6
color0 #1b1d2b
color1 #ff757f
color2 #c3e88d
color3 #ffc777
color4 #82aaff
color5 #c099ff
color6 #86e1fc
color7 #828bb8
# bright
color8 #414868
color9 #f7768e
color10 #9ece6a
color11 #e0af68
color12 #7aa2f7
color13 #33467c
color14 #7dcfff
color15 #c0caf5
color8 #444a73
color9 #ff757f
color10 #c3e88d
color11 #ffc777
color12 #82aaff
color13 #c099ff
color14 #86e1fc
color15 #c8d3f5
# extended colors
color16 #ff9e64
color17 #db4b4b
#: }}}
color16 #ff966c
color17 #c53b53
#: Advanced {{{

View File

@ -1,6 +1,7 @@
local colorscheme = "tokyonight"
require("tokyonight").setup({
style = "moon",
styles = {
sidebars = "normal",
floats = "normal",