Merge pull request #58 from antonpaisov/remove_terminix_from_the_repo

Remove terminix from the repo, fix styles in readme
This commit is contained in:
Pavel Pertsev 2017-08-12 13:18:33 +03:00 committed by GitHub
commit 62b2b67f44
3 changed files with 1 additions and 51 deletions

View file

@ -79,7 +79,7 @@ Here's a list of ports to other text editors and applications. The original Vim
### Tilix terminal
[Michael Thessel's port](https://github.com/MichaelThessel/tilix-gruvbox)
- [Michael Thessel's port](https://github.com/MichaelThessel/tilix-gruvbox)
### Vimperator

View file

@ -1,25 +0,0 @@
{
"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

@ -1,25 +0,0 @@
{
"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"
]
}