mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Adapted saturation and hue filters
This commit is contained in:
@@ -5,8 +5,6 @@ global_theming:
|
||||
# General Colors
|
||||
base: "#001f3f"
|
||||
|
||||
lightness_change:
|
||||
|
||||
# Sucess Color
|
||||
success: "#B2D3B2"
|
||||
# As the warning color – a light brown (earth)
|
||||
@@ -15,4 +13,8 @@ global_theming:
|
||||
error: "#DC3545"
|
||||
# As the info color – a very light blue (symbolizing the sky)
|
||||
info: "#F0F8FF"
|
||||
filters:
|
||||
saturation_change: 100
|
||||
hue_shift: 0
|
||||
|
||||
global_theming_enabled: true
|
||||
|
Reference in New Issue
Block a user