Last active
June 1, 2019 00:13
-
-
Save benediktg/1fc7f53ddbd81c2741dba4e13ee4a361 to your computer and use it in GitHub Desktop.
PaperColor tilix theme
This file contains 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
{ | |
"name": "PaperColor Light", | |
"comment": "Light color scheme inspired by Google's Material Design", | |
"background-color": "#EEEEEE", | |
"bold-color-same-as-fg": true, | |
"foreground-color": "#444444", | |
"palette": [ | |
"#EEEEEE", | |
"#AF0000", | |
"#008700", | |
"#5F8700", | |
"#0087AF", | |
"#878787", | |
"#005F87", | |
"#444444", | |
"#BCBCBC", | |
"#D70000", | |
"#D70087", | |
"#8700AF", | |
"#D75F00", | |
"#D75F00", | |
"#005FAF", | |
"#005F87" | |
], | |
"use-theme-colors": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment