This repository has been archived on 2023-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.config/nvim/polyjuice.colortemplate

163 lines
7.1 KiB
Plaintext
Raw Normal View History

2020-05-06 03:20:19 +02:00
# vim: ft=colortemplate fdm=marker cc=22,42,60 et ts=2 sw=2
# Information {{{
Full name: Polyjuice
Short name: polyjuice
Author: David JULIEN <swy7ch@protonmail.com>
Maintainer: David JULIEN <swy7ch@protonmail.com>
Website: https://github.com/vim/vim/blob/master/src/syntax.c
Description: A simple yet customizable pastel colorscheme
# }}}
# Color palette {{{
# Color name GUI Base256 Base16
Color: black #1d2021 0 Black
Color: darkred #b73935 160 DarkRed
Color: darkgreen #5a8471 2 DarkGreen
Color: orange #f7a583 216 LightRed
Color: darkblue #458588 24 DarkBlue
Color: darkmagenta #b16286 138 DarkMagenta
Color: darkcyan #7cafa3 30 DarkCyan
2020-05-07 12:52:19 +02:00
Color: grey #a89984 239 DarkGrey
Color: darkgrey #7c6f64 243 Grey
2020-05-06 03:20:19 +02:00
Color: red #ea6962 203 Red
Color: green #89b594 71 Green
Color: yellow #ffeca3 230 White
Color: blue #7daea3 24 DarkCyan
Color: magenta #d3869b 181 Magenta
Color: cyan #ace5d7 81 LightBlue
Color: white #ebdbb2 229 LightYellow
# }}}
# Terminal colors {{{
# Vim by default does not define g:terminal_ansi_colors
Term Colors: black darkred darkgreen orange darkblue darkmagenta darkcyan darkgrey
Term Colors: grey red green yellow blue magenta cyan white
# }}}
# Common linked groups {{{
EndOfBuffer -> NonText
QuickFixLine -> Search
Boolean -> Constant
Character -> Constant
Conditional -> Statement
Define -> PreProc
Debug -> Special
Delimiter -> Special
Exception -> Statement
Float -> Number
Function -> Identifier
Include -> PreProc
Keyword -> Statement
Label -> Statement
Macro -> PreProc
Number -> Constant
Operator -> Statement
PreCondit -> PreProc
Repeat -> Statement
SpecialChar -> Special
SpecialComment -> Special
StorageClass -> Type
String -> Constant
Structure -> Type
Tag -> Special
Typedef -> Type
# }}}
2020-05-07 12:52:19 +02:00
NvimInternalError -> ErrorMsg
2020-05-06 03:20:19 +02:00
Background: dark
# Default highlight groups for dark variant {{{
# NOTE: Vim's default does not define Normal
Variant: gui 256 8
# Group Foreground Background Attributes
Normal white none
Terminal white black
Pmenu white black
2020-05-07 12:52:19 +02:00
PmenuSel black green bold
2020-05-06 03:20:19 +02:00
SpellBad red none underline
SpellCap blue none
2020-05-07 12:52:19 +02:00
SpellLocal cyan none
2020-05-06 03:20:19 +02:00
SpellRare orange none
2020-05-07 12:52:19 +02:00
StatusLineTerm black green bold
2020-05-06 03:20:19 +02:00
StatusLineNC black green
TabLine white darkgrey underline
Todo black orange bold
ColorColumn none darkred
2020-05-07 12:52:19 +02:00
Conceal grey darkgrey
2020-05-06 03:20:19 +02:00
# NOTE: Vim's default does not define Cursor/lCursor in the terminal
Cursor black white
CursorLine none darkgrey
CursorColumn none darkgrey
CursorLineNr orange none g=bold
2020-05-07 12:52:19 +02:00
DiffAdd black darkgreen
DiffChange black orange
DiffDelete black darkred g=bold
DiffText black red bold
2020-05-06 03:20:19 +02:00
Directory magenta none
File magenta black
FileType darkcyan black
2020-05-06 03:20:19 +02:00
ErrorMsg yellow darkred bold
2020-05-07 12:52:19 +02:00
FoldColumn orange darkblue
Folded orange darkblue
2020-05-06 03:20:19 +02:00
IncSearch none none reverse
LineNr darkgrey none
2020-05-06 03:20:19 +02:00
MatchParen none none reverse
ModeMsg none none bold
2020-05-07 12:52:19 +02:00
MoreMsg green none g=bold
2020-05-06 03:20:19 +02:00
NonText blue none g=bold
2020-05-07 12:52:19 +02:00
PmenuSbar black grey
PmenuThumb white black
Question green none g=bold
2020-05-06 03:20:19 +02:00
Search black orange
SignColumn none none
2020-05-07 12:52:19 +02:00
SpecialKey cyan none
Mode black green bold
Column darkcyan black
2020-05-06 03:20:19 +02:00
StatusLine white darkgrey
StatusLineNC white black reverse
TabLineFill none none
TabLineSel none none bold
Title orange none g=bold
VertSplit white darkgrey
Visual yellow darkmagenta
VisualNOS none none underline,bold
WarningMsg red none
2020-05-07 12:52:19 +02:00
WildMenu black green bold
2020-05-06 03:20:19 +02:00
# Other conventional group names (see `:help group-name`)
2020-05-07 12:52:19 +02:00
Comment darkgrey none
2020-05-06 03:20:19 +02:00
Constant magenta none
Error white red bold
Identifier blue none bold
Ignore black none
2020-05-07 12:52:19 +02:00
PreProc green none
2020-05-06 03:20:19 +02:00
Special orange none
Statement orange none g=bold
Type yellow none g=bold
Underlined darkblue none underline
# See `:help lCursor`
lCursor -> Cursor
# See `:help window-toolbar`
ToolbarLine none grey
2020-05-07 12:52:19 +02:00
ToolbarButton black grey bold
2020-05-06 03:20:19 +02:00
# }}}
# Statusline
StatusLine none none
StatusLineTerm black green bold
StatusLineNC darkgrey black
Buffer green black
NormalMode black green bold
VisualMode black magenta bold
InsertMode black cyan bold
ReplaceMode black red bold
CommandMode white black bold
File magenta black
FileType darkcyan black
Percent darkgrey none
Column darkcyan black