Created
November 22, 2018 07:04
-
-
Save comzyh/2a0dd607a49d97e1d636b24d407e5617 to your computer and use it in GitHub Desktop.
Ubuntu theme colors for tilix
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": "Ubuntu", | |
"comment": "Ubuntu default/theme terminal colors for tilix", | |
"use-theme-colors": false, | |
"foreground-color": "#ffffff", | |
"background-color": "#300a24", | |
"palette": [ | |
"#2e3436", | |
"#cc0000", | |
"#4e9a06", | |
"#c4a000", | |
"#3465a4", | |
"#75507b", | |
"#06989a", | |
"#d3d7cf", | |
"#555753", | |
"#ef2929", | |
"#8ae234", | |
"#fce94f", | |
"#729fcf", | |
"#ad7fa8", | |
"#34e2e2", | |
"#eeeeec" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment