Compare commits

...

10 Commits

Author SHA1 Message Date
folke
29e2c689c1 chore(docs): auto generate vimdoc
Some checks are pending
panvimdoc / pandoc to vimdoc (push) Waiting to run
2022-10-28 22:22:35 +00:00
Folke Lemaitre
7a13a0a40c feat: better FloatBorder fg 2022-10-29 00:22:06 +02:00
folke
8756c99d08 chore(docs): auto generate vimdoc 2022-10-27 19:00:32 +00:00
Folke Lemaitre
66c9e8cc05 feat: better styling for the active lsp signature parameter 2022-10-27 21:00:01 +02:00
folke
16a294bea9 chore(docs): auto generate vimdoc 2022-10-23 20:59:07 +00:00
Folke Lemaitre
393cc9fdcf feat: added support for Noice completion item kinds 2022-10-23 22:58:38 +02:00
folke
9a0843ba36 chore(docs): auto generate vimdoc 2022-10-20 15:51:37 +00:00
tobdob
6c32855ebc fix(kitty): Add window border colors (#243) 2022-10-20 17:51:08 +02:00
folke
5ab508e656 chore(docs): auto generate vimdoc 2022-10-19 18:50:34 +00:00
Tymoteusz Makowski
c56c3a52b9 feat: add tmux-prefix-highlight support (#233) 2022-10-19 20:50:05 +02:00
13 changed files with 77 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
*tokyonight.txt* For NVIM v0.5.0 Last change: 2022 October 18
*tokyonight.txt* For NVIM v0.5.0 Last change: 2022 October 28
==============================================================================
Table of Contents *tokyonight-table-of-contents*

View File

@@ -21,6 +21,10 @@ inactive_tab_background #c4c8da
inactive_tab_foreground #8990b3
#tab_bar_background #e9e9ed
# Windows
active_border_color #2e7de9
inactive_border_color #c4c8da
# normal
color0 #e9e9ed
color1 #f52a65
@@ -44,4 +48,3 @@ color15 #3760bf
# extended colors
color16 #b15c00
color17 #c64343

View File

@@ -21,6 +21,10 @@ inactive_tab_background #2f334d
inactive_tab_foreground #545c7e
#tab_bar_background #1b1d2b
# Windows
active_border_color #82aaff
inactive_border_color #2f334d
# normal
color0 #1b1d2b
color1 #ff757f
@@ -44,4 +48,3 @@ color15 #c8d3f5
# extended colors
color16 #ff966c
color17 #c53b53

View File

@@ -21,6 +21,10 @@ inactive_tab_background #292e42
inactive_tab_foreground #545c7e
#tab_bar_background #15161e
# Windows
active_border_color #7aa2f7
inactive_border_color #292e42
# normal
color0 #15161e
color1 #f7768e
@@ -44,4 +48,3 @@ color15 #c0caf5
# extended colors
color16 #ff9e64
color17 #db4b4b

View File

@@ -21,6 +21,10 @@ inactive_tab_background #292e42
inactive_tab_foreground #545c7e
#tab_bar_background #1d202f
# Windows
active_border_color #7aa2f7
inactive_border_color #2f334d
# normal
color0 #1d202f
color1 #f7768e
@@ -44,4 +48,3 @@ color15 #c0caf5
# extended colors
color16 #ff9e64
color17 #db4b4b

View File

@@ -29,4 +29,7 @@ setw -g window-status-separator ""
setw -g window-status-style "NONE,fg=#6172b0,bg=#e9e9ec"
setw -g window-status-format "#[fg=#e9e9ec,bg=#e9e9ec,nobold,nounderscore,noitalics]#[default] #I  #W #F #[fg=#e9e9ec,bg=#e9e9ec,nobold,nounderscore,noitalics]"
setw -g window-status-current-format "#[fg=#e9e9ec,bg=#a8aecb,nobold,nounderscore,noitalics]#[fg=#2e7de9,bg=#a8aecb,bold] #I  #W #F #[fg=#a8aecb,bg=#e9e9ec,nobold,nounderscore,noitalics]"
# tmux-plugins/tmux-prefix-highlight support
set -g @prefix_highlight_output_prefix "#[fg=#8c6c3e]#[bg=#e9e9ec]#[fg=#e9e9ec]#[bg=#8c6c3e]"
set -g @prefix_highlight_output_suffix ""

View File

@@ -29,4 +29,7 @@ setw -g window-status-separator ""
setw -g window-status-style "NONE,fg=#828bb8,bg=#1e2030"
setw -g window-status-format "#[fg=#1e2030,bg=#1e2030,nobold,nounderscore,noitalics]#[default] #I  #W #F #[fg=#1e2030,bg=#1e2030,nobold,nounderscore,noitalics]"
setw -g window-status-current-format "#[fg=#1e2030,bg=#3b4261,nobold,nounderscore,noitalics]#[fg=#82aaff,bg=#3b4261,bold] #I  #W #F #[fg=#3b4261,bg=#1e2030,nobold,nounderscore,noitalics]"
# tmux-plugins/tmux-prefix-highlight support
set -g @prefix_highlight_output_prefix "#[fg=#ffc777]#[bg=#1e2030]#[fg=#1e2030]#[bg=#ffc777]"
set -g @prefix_highlight_output_suffix ""

View File

@@ -29,4 +29,7 @@ setw -g window-status-separator ""
setw -g window-status-style "NONE,fg=#a9b1d6,bg=#16161e"
setw -g window-status-format "#[fg=#16161e,bg=#16161e,nobold,nounderscore,noitalics]#[default] #I  #W #F #[fg=#16161e,bg=#16161e,nobold,nounderscore,noitalics]"
setw -g window-status-current-format "#[fg=#16161e,bg=#3b4261,nobold,nounderscore,noitalics]#[fg=#7aa2f7,bg=#3b4261,bold] #I  #W #F #[fg=#3b4261,bg=#16161e,nobold,nounderscore,noitalics]"
# tmux-plugins/tmux-prefix-highlight support
set -g @prefix_highlight_output_prefix "#[fg=#e0af68]#[bg=#16161e]#[fg=#16161e]#[bg=#e0af68]"
set -g @prefix_highlight_output_suffix ""

View File

@@ -29,4 +29,7 @@ setw -g window-status-separator ""
setw -g window-status-style "NONE,fg=#a9b1d6,bg=#1f2335"
setw -g window-status-format "#[fg=#1f2335,bg=#1f2335,nobold,nounderscore,noitalics]#[default] #I  #W #F #[fg=#1f2335,bg=#1f2335,nobold,nounderscore,noitalics]"
setw -g window-status-current-format "#[fg=#1f2335,bg=#3b4261,nobold,nounderscore,noitalics]#[fg=#7aa2f7,bg=#3b4261,bold] #I  #W #F #[fg=#3b4261,bg=#1f2335,nobold,nounderscore,noitalics]"
# tmux-plugins/tmux-prefix-highlight support
set -g @prefix_highlight_output_prefix "#[fg=#e0af68]#[bg=#1f2335]#[fg=#1f2335]#[bg=#e0af68]"
set -g @prefix_highlight_output_suffix ""

View File

@@ -121,7 +121,7 @@ function M.setup(opts)
colors.git.ignore = colors.dark3
colors.black = util.darken(colors.bg, 0.8, "#000000")
colors.border_highlight = colors.blue0
colors.border_highlight = util.darken(colors.blue1, 0.8)
colors.border = colors.black
-- Popups and statusline always get a dark background
@@ -135,7 +135,7 @@ function M.setup(opts)
colors.bg_float = config.options.styles.floats == "transparent" and colors.none
or config.options.styles.floats == "dark" and colors.bg_dark
or colors.bg
or "none"
colors.bg_visual = util.darken(colors.blue0, 0.7)
colors.bg_search = colors.blue0

View File

@@ -29,6 +29,10 @@ inactive_tab_background ${bg_highlight}
inactive_tab_foreground ${dark3}
#tab_bar_background ${black}
# Windows
active_border_color ${blue}
inactive_border_color ${bg_highlight}
# normal
color0 ${black}
color1 ${red}

View File

@@ -37,6 +37,10 @@ setw -g window-status-separator ""
setw -g window-status-style "${none},fg=${fg_sidebar},bg=${bg_statusline}"
setw -g window-status-format "#[fg=${bg_statusline},bg=${bg_statusline},nobold,nounderscore,noitalics]#[default] #I  #W #F #[fg=${bg_statusline},bg=${bg_statusline},nobold,nounderscore,noitalics]"
setw -g window-status-current-format "#[fg=${bg_statusline},bg=${fg_gutter},nobold,nounderscore,noitalics]#[fg=${blue},bg=${fg_gutter},bold] #I  #W #F #[fg=${fg_gutter},bg=${bg_statusline},nobold,nounderscore,noitalics]"
# tmux-plugins/tmux-prefix-highlight support
set -g @prefix_highlight_output_prefix "#[fg=${yellow}]#[bg=${bg_statusline}]#[fg=${bg_statusline}]#[bg=${yellow}]"
set -g @prefix_highlight_output_suffix ""
]],
colors
)

View File

@@ -190,7 +190,7 @@ function M.setup()
DiagnosticUnderlineInfo = { undercurl = true, sp = c.info }, -- Used to underline "Information" diagnostics
DiagnosticUnderlineHint = { undercurl = true, sp = c.hint }, -- Used to underline "Hint" diagnostics
LspSignatureActiveParameter = { fg = c.orange },
LspSignatureActiveParameter = { bg = util.darken(c.bg_visual, 0.4), bold = true },
LspCodeLens = { fg = c.comment },
LspInfoBorder = { fg = c.border_highlight, bg = c.bg_float },
@@ -481,9 +481,10 @@ function M.setup()
CmpItemAbbrMatch = { fg = c.blue1, bg = c.none },
CmpItemAbbrMatchFuzzy = { fg = c.blue1, bg = c.none },
CmpItemKindDefault = { fg = c.fg_dark, bg = c.none },
CmpItemMenu = { fg = c.comment, bg = c.none },
CmpItemKindDefault = { fg = c.fg_dark, bg = c.none },
CmpItemKindKeyword = { fg = c.cyan, bg = c.none },
CmpItemKindVariable = { fg = c.magenta, bg = c.none },
@@ -646,6 +647,37 @@ function M.setup()
MiniTestPass = { fg = c.green, bold = true },
MiniTrailspace = { bg = c.red },
-- Noice
NoiceCompletionItemKindDefault = { fg = c.fg_dark, bg = c.none },
NoiceCompletionItemKindKeyword = { fg = c.cyan, bg = c.none },
NoiceCompletionItemKindVariable = { fg = c.magenta, bg = c.none },
NoiceCompletionItemKindConstant = { fg = c.magenta, bg = c.none },
NoiceCompletionItemKindReference = { fg = c.magenta, bg = c.none },
NoiceCompletionItemKindValue = { fg = c.magenta, bg = c.none },
NoiceCompletionItemKindFunction = { fg = c.blue, bg = c.none },
NoiceCompletionItemKindMethod = { fg = c.blue, bg = c.none },
NoiceCompletionItemKindConstructor = { fg = c.blue, bg = c.none },
NoiceCompletionItemKindClass = { fg = c.orange, bg = c.none },
NoiceCompletionItemKindInterface = { fg = c.orange, bg = c.none },
NoiceCompletionItemKindStruct = { fg = c.orange, bg = c.none },
NoiceCompletionItemKindEvent = { fg = c.orange, bg = c.none },
NoiceCompletionItemKindEnum = { fg = c.orange, bg = c.none },
NoiceCompletionItemKindUnit = { fg = c.orange, bg = c.none },
NoiceCompletionItemKindModule = { fg = c.yellow, bg = c.none },
NoiceCompletionItemKindProperty = { fg = c.green1, bg = c.none },
NoiceCompletionItemKindField = { fg = c.green1, bg = c.none },
NoiceCompletionItemKindTypeParameter = { fg = c.green1, bg = c.none },
NoiceCompletionItemKindEnumMember = { fg = c.green1, bg = c.none },
NoiceCompletionItemKindOperator = { fg = c.green1, bg = c.none },
NoiceCompletionItemKindSnippet = { fg = c.dark5, bg = c.none },
}
if not vim.diagnostic then