Merge pull request #9 from Heziode/theme/flatty
Theme/flatty: Add original flat theme for Tilix
This commit is contained in:
commit
2ccac1ba80
3 changed files with 38 additions and 1 deletions
|
|
@ -69,6 +69,6 @@ To download the theme just copy and paste the command below the screenshot in yo
|
|||
**Vibrant ink** ` wget -qO $HOME"/.config/tilix/schemes/vibrant-ink.json" https://git.io/v7QVX ` | **Warm neon** ` wget -qO $HOME"/.config/tilix/schemes/warm-neon.json" https://git.io/v7QVc `
|
||||
**Wez** ` wget -qO $HOME"/.config/tilix/schemes/wez.json" https://git.io/v7QVM ` | **Wild cherry** ` wget -qO $HOME"/.config/tilix/schemes/wild-cherry.json" https://git.io/v7QVS `
|
||||
**Wombat** ` wget -qO $HOME"/.config/tilix/schemes/wombat.json" https://git.io/v7QVR ` | **Wryan** ` wget -qO $HOME"/.config/tilix/schemes/wryan.json" https://git.io/v7QVo `
|
||||
**Zenburn** ` wget -qO $HOME"/.config/tilix/schemes/zenburn.json" https://git.io/v7QVd ` |
|
||||
**Zenburn** ` wget -qO $HOME"/.config/tilix/schemes/zenburn.json" https://git.io/v7QVd ` | **Flatty** ` wget -qO $HOME"/.config/tilix/schemes/flatty.json" https://git.io/vFJit `
|
||||
|
||||
[⬆ Back to top](#themes)
|
||||
|
|
|
|||
37
Themes/flatty.json
Normal file
37
Themes/flatty.json
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"name": "Flatty",
|
||||
"comment": "A simple original flat theme for Tilix",
|
||||
"background-color": "#1F2C3A",
|
||||
"badge-color": "#FFFFFF",
|
||||
"bold-color": "#FFFFFF",
|
||||
"cursor-background-color": "#A1B0B8",
|
||||
"cursor-foreground-color": "#BDC3C7",
|
||||
"dim-color": "#000000",
|
||||
"foreground-color": "#A1B0B8",
|
||||
"highlight-background-color": "#000000",
|
||||
"highlight-foreground-color": "#FFFFFF",
|
||||
"palette": [
|
||||
"#2C3E50",
|
||||
"#C0392B",
|
||||
"#27AE5F",
|
||||
"#F39C11",
|
||||
"#2880B9",
|
||||
"#8E44AD",
|
||||
"#16A085",
|
||||
"#BDC3C7",
|
||||
"#33495E",
|
||||
"#E74B3B",
|
||||
"#2ECC71",
|
||||
"#F1C30F",
|
||||
"#3497DB",
|
||||
"#9A59B6",
|
||||
"#29A198",
|
||||
"#EEEEEC"
|
||||
],
|
||||
"use-badge-color": false,
|
||||
"use-bold-color": false,
|
||||
"use-cursor-color": true,
|
||||
"use-dim-color": false,
|
||||
"use-highlight-color": false,
|
||||
"use-theme-colors": false
|
||||
}
|
||||
BIN
images/flatty.png
Normal file
BIN
images/flatty.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
Loading…
Add table
Add a link
Reference in a new issue