diff options
| author | dylan <dylan.araps@gmail.com> | 2020-02-05 13:47:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-05 13:47:24 +0200 |
| commit | 1bc5c0e63ad9ac0aac08cc4ff80c3d3fe1266ef6 (patch) | |
| tree | 586167f19b102864ed5dafecd8602dd29c5e9f59 | |
| parent | 42ad8f014dfe11defe094a3ce33b60f7ec27b83b (diff) | |
| parent | 1925d444368ab576c81a9bbd212b0f70fdf6ca37 (diff) | |
Merge pull request #483 from GabrielaMafra/master
Tilix template
| -rw-r--r-- | pywal/settings.py | 2 | ||||
| -rw-r--r-- | pywal/templates/colors-tilix.json | 35 |
2 files changed, 36 insertions, 1 deletions
diff --git a/pywal/settings.py b/pywal/settings.py index 3b81c9e..cb32c42 100644 --- a/pywal/settings.py +++ b/pywal/settings.py @@ -13,7 +13,7 @@ import os import platform -__version__ = "3.3.0" +__version__ = "3.3.1" __cache_version__ = "1.1.0" diff --git a/pywal/templates/colors-tilix.json b/pywal/templates/colors-tilix.json new file mode 100644 index 0000000..bffccd7 --- /dev/null +++ b/pywal/templates/colors-tilix.json @@ -0,0 +1,35 @@ +{{ + "background-color": "{background}", + "badge-color": "{foreground}", + "bold-color": "{foreground}", + "comment": "", + "cursor-background-color": "{background}", + "cursor-foreground-color": "{cursor}", + "foreground-color": "{foreground}", + "highlight-background-color": "{background}", + "highlight-foreground-color": "{foreground}", + "name": "wal export", + "palette": [ + "{color0}", + "{color1}", + "{color2}", + "{color3}", + "{color4}", + "{color5}", + "{color6}", + "{color7}", + "{color8}", + "{color9}", + "{color10}", + "{color11}", + "{color12}", + "{color13}", + "{color14}", + "{color15}" + ], + "use-badge-color": false, + "use-bold-color": false, + "use-cursor-color": false, + "use-highlight-color": false, + "use-theme-colors": false +}} |
