|
| 1 | +# vim: ft=yaml |
| 2 | +# Scheme System: base16 |
| 3 | +# Scheme Name: Neovim Light |
| 4 | +# Scheme Author: https://github.com/neovim/neovim/blob/master/src/nvim/highlight_group.c |
| 5 | +# Template Author: tinted-jqp (https://github.com/tinted-theming/tinted-jqp) |
| 6 | +theme: |
| 7 | + name: "native" |
| 8 | + styleOverrides: |
| 9 | + primary: "#007373" |
| 10 | + secondary: "# 004c73" |
| 11 | + error: "#590008" |
| 12 | + inactive: "#2c2e33" |
| 13 | + success: "#005523" |
| 14 | + chromaStyleOverrides: |
| 15 | + bg: "noinherit #14161b bg:#e0e2ea" |
| 16 | + "": "noinherit #14161b" |
| 17 | + kc: "noinherit #470045" # Keyword.Constant |
| 18 | + kr: "noinherit #470045" # KeywordReserved |
| 19 | + kd: "noinherit #590008" # KeywordDeclaration |
| 20 | + kn: "noinherit #007373" # KeywordNamespace |
| 21 | + kt: "noinherit #590008" # KeywordType |
| 22 | + n: "noinherit #14161b" # Name |
| 23 | + nc: "noinherit #6b5300" # NameClass |
| 24 | + no: "noinherit #6b5300" # NameConstant |
| 25 | + ne: "noinherit #8b4513" # NameException |
| 26 | + nf: "noinherit #a52a2a" # NameFunction |
| 27 | + nl: "noinherit #007373" # NameLabel |
| 28 | + nn: "noinherit #8b4513" # NameNamespace |
| 29 | + py: "noinherit #8b4513" # NameProperty |
| 30 | + nt: "noinherit #590008" # NameTag |
| 31 | + nv: "noinherit #07080d" # NameVariable |
| 32 | + vc: "noinherit #07080d" # NameVariableClass |
| 33 | + vg: "noinherit #07080d" # NameVariableGlobal |
| 34 | + vi: "noinherit #07080d" # NameVariableInstance |
| 35 | + na: "noinherit #a52a2a" # NameAttribute |
| 36 | + nb: "noinherit #007373" # NameBuiltin |
| 37 | + nx: "noinherit #14161b" # NameOther |
| 38 | + l: "noinherit #14161b" # Literal |
| 39 | + s: "noinherit #005523" # LiteralString |
| 40 | + sc: "noinherit #005523" # LiteralStringChar |
| 41 | + s1: "noinherit #005523" # LiteralStringSingle |
| 42 | + s2: "noinherit #005523" # LiteralStringDouble |
| 43 | + sb: "noinherit #005523" # LiteralStringBacktick |
| 44 | + sx: "noinherit #005523" # LiteralStringOther |
| 45 | + si: "noinherit #005523" # LiteralStringInterpol |
| 46 | + sr: "noinherit #007373" # LiteralStringRegex |
| 47 | + sd: "noinherit #4f5258" # LiteralStringDoc |
| 48 | + sh: "noinherit #4f5258" # LiteralStringHeredoc |
| 49 | + m: "noinherit #8b4513" # LiteralNumber |
| 50 | + mb: "noinherit #8b4513" # LiteralNumberBin |
| 51 | + mh: "noinherit #8b4513" # LiteralNumberHex |
| 52 | + mi: "noinherit #8b4513" # LiteralNumberInteger |
| 53 | + mf: "noinherit #8b4513" # LiteralNumberFloat |
| 54 | + mo: "noinherit #8b4513" # LiteralNumberOct |
| 55 | + o: "noinherit bold #007373" # Operator |
| 56 | + ow: "noinherit bold #007373" # OperatorWord |
| 57 | + c: "noinherit italic #4f5258" # Comment |
| 58 | + cs: "noinherit italic #4f5258" # CommentSingle |
| 59 | + cm: "noinherit italic #4f5258" # CommentMultiline |
| 60 | + cx: "noinherit italic #4f5258" # CommentSpecial |
| 61 | + ch: "noinherit italic #4f5258" # CommentHashbang |
| 62 | + cp: "noinherit italic #4f5258" # CommentPreproc |
0 commit comments