Skip to content

Commit

Permalink
Merge pull request #46 from pradyunsg/patch-1
Browse files Browse the repository at this point in the history
Make colors.md viewable when rendered as Markdown
  • Loading branch information
braver committed Aug 26, 2015
2 parents ad7a6ea + e70c920 commit 49881c0
Showing 1 changed file with 39 additions and 34 deletions.
73 changes: 39 additions & 34 deletions colors.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
```css
base03: #002b36;
base02: #073642;
base01: #586e75;
Expand All @@ -14,40 +15,44 @@ violet: #6c71c4;
blue: #268bd2;
cyan: #2aa198;
green: #859900;
```

ACCENT:
#b58900 > instance?
#cb4b16 > include/import
#dc322f > support function, escape
#d33682 > TODO
#6c71c4 > md link, number
#268bd2 > variable, tag
#2aa198 > string
#859900 > punctuation.definition
## ACCENT
Colour | Use
--------- | -----
`#b58900` | instance?
`#cb4b16` | include/import
`#dc322f` | support function, escape
`#d33682` | TODO
`#6c71c4` | md link, number
`#268bd2` | variable, tag
`#2aa198` | string
`#859900` | punctuation.definition

## LIGHT
Colour | Use
--------- | -----
base3 | bg
base2 | highlights bg (current line, gutter)
base1 | comments
base0 | unused
base00 | default
base01 | emphasis
base02 | caret
base03 | unused
`#f5efdc` | selection (base2 on base3; 50%)
`#c0c4bb` | selection (base1 on base2; 50%)
`#ec9489` | invalid (red on base3; 33%)

LIGHT:
base3 > bg
base2 > highlights bg (current line, gutter)
base1 > comments
base0 > unused
base00 > default
base01 > emphasis
base02 > caret
base03 > unused

base2 50% opacity on top of base3: #f5efdc
base1 50% opacity on top of base2: #c0c4bb
red 33% opacity on top of background: #ec9489

DARK:
base03 bg
base02 highlight
base01 comments
base0 fg
base1 emphasis
base2 caret

base01 50% opacity on top of base03: #2C4C55
base01 50% opacity on top of base02: #c0c4bb
red 33% opacity on top of background: #6E2E32
## DARK
Colour | Use
--------- | -----
base03 | bg
base02 | highlight
base01 | comments
base0 | fg
base1 | emphasis
base2 | caret
`#2C4C55` | selection (base02 on base03; 50%)
`#c0c4bb` | selection (base01 on base02; 50%)
`#6E2E32` | invalid (red on base03; 33%)

0 comments on commit 49881c0

Please sign in to comment.