mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-05-19 15:50:50 +02:00
Merge 457650d862
into 236aa48e74
This commit is contained in:
commit
02ca1cfc95
@ -96,6 +96,7 @@ def get_export_type(export_type):
|
||||
"json": "colors.json",
|
||||
"konsole": "colors-konsole.colorscheme",
|
||||
"kitty": "colors-kitty.conf",
|
||||
"kthm": "colors-wal-kristall.kthm",
|
||||
"nqq": "colors-nqq.css",
|
||||
"plain": "colors",
|
||||
"putty": "colors-putty.reg",
|
||||
|
21
pywal/templates/colors-wal-kristall.kthm
Normal file
21
pywal/templates/colors-wal-kristall.kthm
Normal file
@ -0,0 +1,21 @@
|
||||
[General]
|
||||
background_color={background}
|
||||
blockquote_color={color0}
|
||||
cross_scheme_link_color={color1}
|
||||
external_link_color={color2}
|
||||
external_link_prefix="\x21d2 "
|
||||
h1_color={color3}
|
||||
h1_font="Sans Serif,20,-1,5,50,0,0,0,0,0"
|
||||
h2_color={color4}
|
||||
h2_font="Sans Serif,15,-1,5,50,0,0,0,0,0"
|
||||
h3_color={color5}
|
||||
h3_font="Sans Serif,12,-1,5,50,0,0,0,0,0"
|
||||
internal_link_color={color6}
|
||||
internal_link_prefix="\x2192 "
|
||||
margins=55
|
||||
name=Pywal
|
||||
preformatted_color={color7}
|
||||
preformatted_font="Source Code Pro,10,-1,5,50,0,0,0,0,0,Regular"
|
||||
standard_color={color8}
|
||||
standard_font="Fira Sans,10,-1,5,50,0,0,0,0,0,Regular"
|
||||
theme=0
|
Loading…
Reference in New Issue
Block a user