1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2024-12-22 18:38:00 +00:00

[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 ## license: MIT
## author: Folke Lemaitre ## 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 background #222436
selection_background #33467c foreground #c8d3f5
selection_foreground #c0caf5 selection_background #3654a7
url_color #73daca selection_foreground #c8d3f5
cursor #c0caf5 url_color #4fd6be
cursor_text_color #1a1b26 cursor #c8d3f5
cursor_text_color #222436
# Tabs # Tabs
active_tab_background #7aa2f7 active_tab_background #82aaff
active_tab_foreground #16161e active_tab_foreground #1e2030
inactive_tab_background #292e42 inactive_tab_background #2f334d
inactive_tab_foreground #545c7e inactive_tab_foreground #545c7e
#tab_bar_background #15161e #tab_bar_background #1b1d2b
# Windows
active_border_color #82aaff
inactive_border_color #2f334d
# normal # normal
color0 #15161e color0 #1b1d2b
color1 #f7768e color1 #ff757f
color2 #9ece6a color2 #c3e88d
color3 #e0af68 color3 #ffc777
color4 #7aa2f7 color4 #82aaff
color5 #33467c color5 #c099ff
color6 #7dcfff color6 #86e1fc
color7 #a9b1d6 color7 #828bb8
# bright # bright
color8 #414868 color8 #444a73
color9 #f7768e color9 #ff757f
color10 #9ece6a color10 #c3e88d
color11 #e0af68 color11 #ffc777
color12 #7aa2f7 color12 #82aaff
color13 #33467c color13 #c099ff
color14 #7dcfff color14 #86e1fc
color15 #c0caf5 color15 #c8d3f5
# extended colors # extended colors
color16 #ff9e64 color16 #ff966c
color17 #db4b4b color17 #c53b53
#: }}}
#: Advanced {{{ #: Advanced {{{

View File

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