Skip to content

Instantly share code, notes, and snippets.

@oxechicao
Last active June 20, 2017 18:46
Show Gist options
  • Select an option

  • Save oxechicao/f56bb1eae96203563df96d985d536a6f to your computer and use it in GitHub Desktop.

Select an option

Save oxechicao/f56bb1eae96203563df96d985d536a6f to your computer and use it in GitHub Desktop.
Colors
// Monochrome -----------------------------------
@syntax-bg: #26362e // high-dark greenblue
@syntax-fg: #abbfb5
@syntax-select: #82978c
@syntax-comment: #5c7066
// Colors -----------------------------------
@methods-lang: #bb7de8 // purple
@methods: #f4a871 // orange
@keywords: #19e680 // green
@strings: #a6ed5e // lemon
@variables: #5fecec // cyan
@tags-brackets: #ffffff
@numbers-imports: #e0e052 // gold
@class: #e8e87d // sand
@highlight: #52ffa8 // greenblue lighter
@hover: #52ffa84F
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment