Merge pull request #44 from radel/master

Add dark and light color themes for Terminix
This commit is contained in:
Pavel Pertsev 2017-02-14 02:50:02 +04:00 committed by GitHub
commit f474ec6724
2 changed files with 50 additions and 0 deletions

View file

@ -0,0 +1,25 @@
{
"name": "Gruvbox dark",
"comment": "Ported for Terminix Colour Scheme",
"use-theme-colors": false,
"foreground-color": "#fbf1c7",
"background-color": "#282828",
"palette": [
"#1d2021",
"#cc241d",
"#98971a",
"#d79921",
"#458588",
"#b16286",
"#689d6a",
"#a89984",
"#928374",
"#fb4934",
"#b8bb26",
"#fabd2f",
"#83a598",
"#d3869b",
"#8ec07c",
"#ebdbb2"
]
}

View file

@ -0,0 +1,25 @@
{
"name": "Gruvbox light",
"comment": "Ported for Terminix Colour Scheme",
"use-theme-colors": false,
"foreground-color": "#3c3836",
"background-color": "#fbf1c7",
"palette": [
"#fbf1c7",
"#cc241d",
"#98971a",
"#d79921",
"#458588",
"#b16286",
"#689d6a",
"#a89984",
"#928374",
"#9d0006",
"#79740e",
"#b57614",
"#076678",
"#8f3f71",
"#427b58",
"#3c3836"
]
}