Last active
April 26, 2018 06:23
-
-
Save fikovnik/7e9b6ebbdea6718d9c0c7738b851ae85 to your computer and use it in GitHub Desktop.
base16-oceanicnext theme colors specification
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index Color Name Term Name Hex Description | |
--------------------------------------------------------------------------------------------------------- | |
0 black base00 1B2B34 Default Background | |
10 brightgreen base01 343D46 Lighter Background (Used for status bars) | |
11 brightyellow base02 4F5B66 Selection Background | |
8 brightblack base03 65737E Comments, Invisibles, Line Highlighting | |
12 brightblue base04 A7ADBA Dark Foreground (Used for status bars) | |
7 white base05 C0C5CE Default Foreground, Caret, Delimiters, Operators | |
13 brightmagenta base06 CDD3DE Light Foreground (Not often used) | |
15 brightwhite base07 D8DEE9 Light Background (Not often used) | |
1 red base08 EC5f67 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted | |
9 brightred base09 F99157 Integers, Boolean, Constants, XML Attributes, Markup Link Url | |
3 yellow base0A FAC863 Classes, Markup Bold, Search Text Background | |
2 green base0B 99C794 Strings, Inherited Class, Markup Code, Diff Inserted | |
6 cyan base0C 5FB3B3 Support, Regular Expressions, Escape Characters, Markup Quotes | |
4 blue base0D 6699CC Functions, Methods, Attribute IDs, Headings | |
5 magenta base0E C594C5 Keywords, Storage, Selector, Markup Italic, Diff Changed | |
14 brightcyan base0F AB7967 Keywords, Storage, Selector, Markup Italic, Diff Changed | |
Index is the position in colorname in config.def.h in st. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment