“Base16”的版本间的差异
跳到导航
跳到搜索
(建立内容为“== Base16 Helios Theme == https://github.com/reyemxela/base16-helios-scheme {| class="wikitable sortable" |- ! Base16 !! Xterm !! Hex !! Notes |- | base00 || co…”的新页面) |
|||
第39行: | 第39行: | ||
| base0F || color17 || <span style="color: #c85e0d">█ #c85e0d</span> || Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?> | | base0F || color17 || <span style="color: #c85e0d">█ #c85e0d</span> || Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?> | ||
|} | |} | ||
+ | |||
+ | == 程序配置 == | ||
+ | |||
+ | 不同程序的颜色配置见 [https://github.com/chriskempson/base16#template-repositories template repositories]。 | ||
== 参考 == | == 参考 == |
2021年4月20日 (二) 01:50的版本
Base16 Helios Theme
https://github.com/reyemxela/base16-helios-scheme
Base16 | Xterm | Hex | Notes |
---|---|---|---|
base00 | color0 | █ #1d2021 | Default Background |
base01 | color18 | █ #383c3e | Lighter Background (Used for status bars, line number and folding marks) |
base02 | color19 | █ #53585b | Selection Background |
base03 | color8 | █ #6f7579 | Comments, Invisibles, Line Highlighting |
base04 | color20 | █ #cdcdcd | Dark Foreground (Used for status bars) |
base05 | color7 | █ #d5d5d5 | Default Foreground, Caret, Delimiters, Operators |
base06 | color21 | █ #dddddd | Light Foreground (Not often used) |
base07 | color15 | █ #e5e5e5 | Light Background (Not often used) |
base08 | color1 | █ #d72638 | Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted |
base09 | color16 | █ #eb8413 | Integers, Boolean, Constants, XML Attributes, Markup Link Url |
base0A | color3 | █ #f19d1a | Classes, Markup Bold, Search Text Background |
base0B | color2 | █ #88b92d | Strings, Inherited Class, Markup Code, Diff Inserted |
base0C | color6 | █ #1ba595 | Support, Regular Expressions, Escape Characters, Markup Quotes |
base0D | color4 | █ #1e8bac | Functions, Methods, Attribute IDs, Headings |
base0E | color5 | █ #be4264 | Keywords, Storage, Selector, Markup Italic, Diff Changed |
base0F | color17 | █ #c85e0d | Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?> |
程序配置
不同程序的颜色配置见 template repositories。