Add dark and light color themes for Terminix

This commit is contained in:
Marco Bonomo 2017-01-07 14:43:21 +01:00
parent bb665eecbf
commit 0a705cb808
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"
]
}