mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-05-21 00:30:53 +02:00
general: version bump
This commit is contained in:
parent
37ed6b458a
commit
267fdf7eb4
@ -13,7 +13,7 @@ import os
|
|||||||
import platform
|
import platform
|
||||||
|
|
||||||
|
|
||||||
__version__ = "3.2.1"
|
__version__ = "3.3"
|
||||||
__cache_version__ = "1.1.0"
|
__cache_version__ = "1.1.0"
|
||||||
|
|
||||||
|
|
||||||
|
102
pywal/templates/colors-vivid.yml
Normal file
102
pywal/templates/colors-vivid.yml
Normal file
@ -0,0 +1,102 @@
|
|||||||
|
colors:
|
||||||
|
background_color: '{background.strip}'
|
||||||
|
white: '{foreground.strip}'
|
||||||
|
red: '{color1.strip}'
|
||||||
|
green: '{color2.strip}'
|
||||||
|
yellow: '{color3.strip}'
|
||||||
|
blue: '{color4.strip}'
|
||||||
|
pink: '{color5.strip}'
|
||||||
|
cyan: '{color6.strip}'
|
||||||
|
|
||||||
|
light_red: '{color9.strip}'
|
||||||
|
light_green: '{color10.strip}'
|
||||||
|
light_yellow: '{color11.strip}'
|
||||||
|
light_blue: '{color12.strip}'
|
||||||
|
light_pink: '{color13.strip}'
|
||||||
|
light_cyan: '{color14.strip}'
|
||||||
|
|
||||||
|
black: '{background.strip}'
|
||||||
|
gray: '{color8.strip}'
|
||||||
|
|
||||||
|
core:
|
||||||
|
regular_file: {{}}
|
||||||
|
|
||||||
|
directory:
|
||||||
|
foreground: blue
|
||||||
|
|
||||||
|
executable_file:
|
||||||
|
foreground: red
|
||||||
|
font-style: bold
|
||||||
|
|
||||||
|
symlink:
|
||||||
|
foreground: pink
|
||||||
|
|
||||||
|
broken_symlink:
|
||||||
|
foreground: black
|
||||||
|
background: red
|
||||||
|
|
||||||
|
fifo:
|
||||||
|
foreground: black
|
||||||
|
background: blue
|
||||||
|
|
||||||
|
socket:
|
||||||
|
foreground: black
|
||||||
|
background: pink
|
||||||
|
|
||||||
|
character_device:
|
||||||
|
foreground: pink
|
||||||
|
background: gray
|
||||||
|
|
||||||
|
block_device:
|
||||||
|
foreground: cyan
|
||||||
|
background: gray
|
||||||
|
|
||||||
|
normal_text:
|
||||||
|
{{}}
|
||||||
|
|
||||||
|
text:
|
||||||
|
special:
|
||||||
|
foreground: background_color
|
||||||
|
background: yellow
|
||||||
|
|
||||||
|
todo:
|
||||||
|
font-style: bold
|
||||||
|
|
||||||
|
licenses:
|
||||||
|
foreground: gray
|
||||||
|
|
||||||
|
configuration:
|
||||||
|
foreground: yellow
|
||||||
|
|
||||||
|
other:
|
||||||
|
foreground: yellow
|
||||||
|
|
||||||
|
markup:
|
||||||
|
foreground: yellow
|
||||||
|
|
||||||
|
programming:
|
||||||
|
source:
|
||||||
|
foreground: green
|
||||||
|
|
||||||
|
tooling:
|
||||||
|
foreground: light_green
|
||||||
|
|
||||||
|
continuous-integration:
|
||||||
|
foreground: green
|
||||||
|
|
||||||
|
media:
|
||||||
|
foreground: light_pink
|
||||||
|
|
||||||
|
office:
|
||||||
|
foreground: red
|
||||||
|
|
||||||
|
archives:
|
||||||
|
foreground: cyan
|
||||||
|
font-style: underline
|
||||||
|
|
||||||
|
executable:
|
||||||
|
foreground: red
|
||||||
|
font-style: bold
|
||||||
|
|
||||||
|
unimportant:
|
||||||
|
foreground: gray
|
Loading…
Reference in New Issue
Block a user