finalize nojhan's colorscheme
This commit is contained in:
parent
f9c7c257b6
commit
62ea2d0ae8
1 changed files with 25 additions and 24 deletions
|
|
@ -1,7 +1,7 @@
|
|||
evaluate-commands %sh{
|
||||
light_blue="rgb:87bbff"
|
||||
blue="rgb:6f9dfe"
|
||||
dark_blue="rgb:5f8dee"
|
||||
dark_blue="rgb:4f7dde"
|
||||
|
||||
light_magenta="rgb:c6b3fb"
|
||||
|
||||
|
|
@ -19,10 +19,11 @@ evaluate-commands %sh{
|
|||
|
||||
light_white="rgb:f8f8f8"
|
||||
white="rgb:d3d0cc"
|
||||
dark_white="rgb:93907c"
|
||||
dark_white="rgb:73707c"
|
||||
|
||||
light_black="rgb:4b4b4b"
|
||||
black="rgb:2b2b2b"
|
||||
mid_black="rgb:202020"
|
||||
dark_black="rgb:000000"
|
||||
|
||||
# code
|
||||
|
|
@ -34,30 +35,30 @@ evaluate-commands %sh{
|
|||
face global module ${light_blue},default
|
||||
face global string ${cream},${dark_cream}
|
||||
face global keyword ${red},default
|
||||
face global flow ${red},default+b
|
||||
face global state ${red},default
|
||||
face global flow ${red},default+b # Keywords related to control flow (if, for, assert, etc.).
|
||||
face global state ${red},default # Keywords reated to state (cast, new, sizeof, etc.).
|
||||
face global operator ${light_magenta},default
|
||||
face global attribute rgb:ffc66d,default
|
||||
face global attribute ${yellow},default
|
||||
face global comment ${green},default
|
||||
face global documentation ${green},default+b
|
||||
face global meta rgb:787878,default
|
||||
face global identifier rgb:ffc66b,default
|
||||
face global error rgb:000000,rgb:ff0000
|
||||
face global builtin ${light_white},default
|
||||
face global delimiter ${light_yellow},default
|
||||
|
||||
face global meta ${dark_green},default+b
|
||||
face global identifier ${blue},default
|
||||
"
|
||||
|
||||
# text
|
||||
echo "
|
||||
face global title rgb:ffffff,default+b
|
||||
face global header rgb:ffffff,default
|
||||
face global bold rgb:ffffff,default+b
|
||||
face global italic rgb:121212,default+i
|
||||
face global mono rgb:333333,rgb:dedede
|
||||
face global block rgb:333333,rgb:dedede
|
||||
face global link rgb:ffffff,default
|
||||
face global bullet rgb:ffffff,default
|
||||
face global list rgb:212121,default
|
||||
face global title ${black},${light_blue}+b
|
||||
face global header ${light_blue},default+b
|
||||
face global bold default,default+b
|
||||
face global italic default,default+i
|
||||
face global mono ${white},${mid_black}
|
||||
face global block ${light_yellow},default
|
||||
face global link ${dark_blue},default+u
|
||||
face global bullet ${dark_green},default+b
|
||||
face global list default,default+b
|
||||
"
|
||||
|
||||
# kakoune UI
|
||||
|
|
@ -69,15 +70,15 @@ evaluate-commands %sh{
|
|||
face global SecondaryCursor ${light_white},${blue}+Fb
|
||||
face global MatchingChar default,${blue}
|
||||
face global Whitespace ${dark_white},default
|
||||
face global BufferPadding rgb:cccccc,rgb:262121
|
||||
face global LineNumbers rgb:8a8a8a,default
|
||||
face global LineNumberCursor rgb:999999,default
|
||||
face global BufferPadding ${light_black},${mid_black}
|
||||
face global LineNumbers ${dark_white},default
|
||||
face global LineNumberCursor ${white},default
|
||||
face global MenuForeground ${light_white},${dark_yellow}+b
|
||||
face global MenuBackground ${light_white},${blue}
|
||||
face global MenuInfo ${white},${dark_blue}
|
||||
face global MenuBackground ${light_white},${dark_blue}
|
||||
face global MenuInfo ${light_white},${blue}+i
|
||||
face global Information ${white},${light_black}
|
||||
face global Error rgb:ededed,rgb:212121
|
||||
face global StatusLine ${light_white},${dark_blue}
|
||||
face global Error ${light_yellow},${red}
|
||||
face global StatusLine ${dark_black},${dark_blue}+b
|
||||
face global StatusLineMode ${light_white},${dark_yellow}+b
|
||||
face global StatusLineInfo ${light_white},${black}
|
||||
face global StatusLineValue ${black},${dark_yellow}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue