Skip to content
This repository was archived by the owner on Sep 21, 2023. It is now read-only.

Commit 42df132

Browse files
committed
Initial working commit - Readme and template
1 parent 4d04172 commit 42df132

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Sourcerer Base 16 theme
2+
3+
This theme is tentatively based on the very good
4+
[Sourcerer](https://sourcerer.xeno.nu) theme. I did not test it, I just want to
5+
have this ready if one day I want to go the base16 way with my colors.
6+
7+
If someone knows the lightest, quickest way to test the templates in a base16
8+
yaml file I am all ears.

sourcerer.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
scheme: "Sourcerer"
2+
author: "Gerry Agbobada <[email protected]>"
3+
base00: "222222" # Default background
4+
base01: "333333" # Lighter background
5+
base02: "d3d3d3" # Selection background
6+
base03: "444444" # Comments, invisibles, line highlighting
7+
base04: "c1cdc1" # Dark Foreground (used for status bars)
8+
base05: "c2c2b0" # Default foreground, caret, delimiters, operators
9+
base06: "181818" # Light foreground (not often used)
10+
base07: "d3d3d3" # Light background (not often used)
11+
base08: "8f6f8f" # Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12+
base09: "87875f" # Ints, Bools, Const, XML attributes, Markup Link url
13+
base0A: "d3d3d3" # Classes, Markup Bold, Search Text Background
14+
base0B: "719611" # Strings, Inherited Class, Markup Code, Diff Inserted
15+
base0C: "528b8b" # Support Regular Expressions, Esc Chars, Markup Quotes
16+
base0D: "6688aa" # Functions, Methods, Attribute IDs, Headings
17+
base0E: "ff9800" # Keywords, Storage, Selector, Markup Italic, Diff Changed
18+
base0F: "aa4450" # Deprecated, Opening/Closing Embedded Language tags, <?php ?>

0 commit comments

Comments
 (0)