Styler-compatible processors for base16 themes.
Find a file
Marty Oehme f4991b11e1
Add experimental alacritty support
Alacritty does not support including other files into
its configuration yet. As such, this processor needs to
change the user's configuration file *itself*.

This will generally not be a problem, though it can lead
to corrupted configurations in exceptional circumstances
(such as every line being preceded by the process control
regex, for whatever reason).

In general, the processor looks for a specific line in the
following format:
'# Base16 [theme name] - alacritty color config'
from which it will delete everything until it finds a line:
'# Base16End [theme name] - alacritty color config'
So, if you don't want to lose anything -
Do NOT put anything important between those two lines.

This processor is very experimental and will probably still
break every now and again!
2020-02-15 15:26:24 +01:00
example_template Fix utility sourcing 2020-02-15 15:25:20 +01:00
theme_alacritty Add experimental alacritty support 2020-02-15 15:26:24 +01:00
theme_qutebrowser Fix utility sourcing 2020-02-15 15:25:20 +01:00
theme_rofi Fix utility sourcing 2020-02-15 15:25:20 +01:00
theme_shell Fix utility sourcing 2020-02-15 15:25:20 +01:00
theme_vim Fix utility sourcing 2020-02-15 15:25:20 +01:00
theme_xresources Fix utility sourcing 2020-02-15 15:25:20 +01:00
utilities.sh Create utility framework for often used functions 2020-01-31 12:14:48 +01:00