Add tilix template to export

This commit is contained in:
Gabriela Mafra 2020-02-05 08:37:38 -03:00
parent 42ad8f014d
commit 1925d44436
No known key found for this signature in database
GPG Key ID: 19A375EC9AEB17EA
2 changed files with 36 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import os
import platform
__version__ = "3.3.0"
__version__ = "3.3.1"
__cache_version__ = "1.1.0"

View File

@ -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
}}