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