Created
July 12, 2018 18:08
-
-
Save d9k/072bf95333f5c2c34af3984a3e55a99c to your computer and use it in GitHub Desktop.
atom-obsidian-syntax-mod
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
// These colors are specific to the theme. Do not use in a package! | |
@very-light-gray: #c5c8c6; | |
@light-gray: #969896; | |
@gray: #373b41; | |
@dark-gray: #282a2e; | |
@very-dark-gray: #1d1f21; | |
@cyan: #8abeb7; | |
@blue: #81a2be; | |
@purple: #b294bb; | |
@green: #b5bd68; | |
@red: #cc6666; | |
@orange: #de935f; | |
@light-orange: #f0c674; | |
@text: #E0E2E4; | |
@comment: #66747B; | |
// @keyword: #93C763; | |
@keyword: #9DD16D; // lighter | |
@constant: @text; | |
// @variable: #678CB1; | |
@variable: #5E95CC; // lighter | |
// @string: #EC7600; | |
@string: #D16900; // darker | |
@function: @text; | |
@storage: #93C763; | |
// @operator: #E8E2B7; | |
@operator: #E8E28E; // brigher-yellower | |
@number: #FFCD22; | |
@section: #D955C1; | |
@tag: #8CBBAD; | |
@attribute: #B3B689; | |
@type: @variable; | |
@preprocessor: #A082BD; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment