37706d7a95
This commit removes declarations and mentions to the built-in `bold` and `italic` faces. While they could be a user-friendly way of customising how tokens are emphasised in Markdown documents (similarly to the `$LESS_TERMCAP_*` environment variables for `man` pagers), most other markup languages do not have the concept of "strong" and "emphasis" but refer directly to the font style/weight. The faces were also not even set by default to highlight as their names implied, so having markup language support scripts directly use the +b and +i face attributes is more consistent.
53 lines
2.0 KiB
Plaintext
53 lines
2.0 KiB
Plaintext
# Solarized Dark (with termcolors)
|
|
# Useful if you've set up your terminal with the exact Solarized colors
|
|
|
|
# code
|
|
face global value cyan
|
|
face global type yellow
|
|
face global variable blue
|
|
face global module cyan
|
|
face global function blue
|
|
face global string cyan
|
|
face global keyword green
|
|
face global operator green
|
|
face global attribute bright-magenta
|
|
face global comment bright-green
|
|
face global documentation comment
|
|
face global meta bright-red
|
|
face global builtin default+b
|
|
|
|
# markup
|
|
face global title blue+b
|
|
face global header blue
|
|
face global mono bright-cyan
|
|
face global block cyan
|
|
face global link bright-cyan
|
|
face global bullet yellow
|
|
face global list green
|
|
|
|
# builtin
|
|
face global Default bright-blue,bright-black
|
|
face global PrimarySelection bright-black,blue+fg
|
|
face global SecondarySelection bright-green,bright-cyan+fg
|
|
face global PrimaryCursor bright-black,bright-blue+fg
|
|
face global SecondaryCursor bright-black,bright-green+fg
|
|
face global PrimaryCursorEol bright-black,white+fg
|
|
face global SecondaryCursorEol bright-black,bright-white+fg
|
|
face global LineNumbers bright-green,black
|
|
face global LineNumberCursor bright-cyan,black
|
|
face global LineNumbersWrapped black,black
|
|
face global MenuForeground bright-black,yellow
|
|
face global MenuBackground bright-cyan,black
|
|
face global MenuInfo bright-green
|
|
face global Information black,bright-cyan
|
|
face global Error red,default+b
|
|
face global StatusLine bright-cyan,black+b
|
|
face global StatusLineMode bright-red
|
|
face global StatusLineInfo cyan
|
|
face global StatusLineValue green
|
|
face global StatusCursor bright-yellow,bright-white
|
|
face global Prompt yellow+b
|
|
face global MatchingChar red,bright-green+b
|
|
face global BufferPadding bright-green,bright-black
|
|
face global Whitespace blue+f
|