AutoYADM commit: 2025-02-17 15:15:06

This commit is contained in:
Daniel Fichtinger 2025-02-17 15:15:07 -05:00
parent 39eca50597
commit 34035c24c8

View file

@ -44,16 +44,42 @@ General:
# String of the color name: Foreground, Background, UnderlineColor # String of the color name: Foreground, Background, UnderlineColor
# Boolean: Bold, Blink, Dim, Italic, Underline # Boolean: Bold, Blink, Dim, Italic, Underline
# Number: UnderlineStyle # Number: UnderlineStyle
# Ashen Palette
# text = "#b4b4b4"
# red_flame = "#C53030"
# red_glowing = "#DF6464"
# red_ember = "#B14242"
# orange_glow = "#D87C4A"
# orange_blaze = "#C4693D"
# orange_smolder = "#E49A44"
# orange_golden = "#E5A72A"
# blue = "#4A8B8B"
# green_light = "#629C7D"
# green = "#1E6F54"
# background = "#121212"
# g_0 = "#e5e5e5"
# g_1 = "#e5e5e5"
# g_2 = "#d5d5d5"
# g_3 = "#b4b4b4"
# g_4 = "#a7a7a7"
# g_5 = "#949494"
# g_6 = "#737373"
# g_7 = "#535353"
# g_8 = "#323232"
# g_9 = "#212121"
# g_10 = "#1d1d1d"
# g_11 = "#191919"
# g_12 = "#151515"
StyleAlternate: StyleAlternate:
Background: "gray" Background: "#212121"
StyleHeader: StyleHeader:
Bold: true Bold: true
Foreground: "red" Foreground: "#DF6464"
StyleOverStrike: StyleOverStrike:
Foreground: "yellow" Foreground: "#C4693D"
Bold: true Bold: true
StyleOverLine: StyleOverLine:
Foreground: "red"
Underline: true Underline: true
StyleLineNumber: StyleLineNumber:
Bold: true Bold: true
@ -62,19 +88,27 @@ StyleSearchHighlight:
StyleColumnHighlight: StyleColumnHighlight:
Reverse: true Reverse: true
StyleMarkLine: StyleMarkLine:
Background: "darkgoldenrod" Background: "#212121"
StyleSectionLine: StyleSectionLine:
Background: "red" Background: "#B14242"
Foreground: "black" Foreground: "#121212"
Bold: true Bold: true
StyleMultiColorHighlight: StyleMultiColorHighlight:
- Foreground: "red" - Foreground: "#B14242"
- Foreground: "aqua" - Foreground: "#C4693D"
- Foreground: "yellow" - Foreground: "#4A8B8B"
- Foreground: "fuchsia" - Foreground: "fuchsia"
- Foreground: "lime" - Foreground: "#DF6464"
- Foreground: "blue" - Foreground: "#E49A44"
- Foreground: "grey" - Foreground: "#E5A72A"
StyleColumnRainbow:
- Foreground: "#B14242"
- Foreground: "#C4693D"
- Foreground: "#4A8B8B"
- Foreground: "fuchsia"
- Foreground: "#DF6464"
- Foreground: "#E49A44"
- Foreground: "#E5A72A"
StyleJumpTargetLine: StyleJumpTargetLine:
Underline: true Underline: true