diff --git a/.config/ov/config.yaml b/.config/ov/config.yaml index 0b18bc30..2dc6fcd6 100644 --- a/.config/ov/config.yaml +++ b/.config/ov/config.yaml @@ -44,16 +44,42 @@ General: # String of the color name: Foreground, Background, UnderlineColor # Boolean: Bold, Blink, Dim, Italic, Underline # 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: - Background: "gray" + Background: "#212121" StyleHeader: Bold: true - Foreground: "red" + Foreground: "#DF6464" StyleOverStrike: - Foreground: "yellow" + Foreground: "#C4693D" Bold: true StyleOverLine: - Foreground: "red" Underline: true StyleLineNumber: Bold: true @@ -62,19 +88,27 @@ StyleSearchHighlight: StyleColumnHighlight: Reverse: true StyleMarkLine: - Background: "darkgoldenrod" + Background: "#212121" StyleSectionLine: - Background: "red" - Foreground: "black" + Background: "#B14242" + Foreground: "#121212" Bold: true StyleMultiColorHighlight: - - Foreground: "red" - - Foreground: "aqua" - - Foreground: "yellow" + - Foreground: "#B14242" + - Foreground: "#C4693D" + - Foreground: "#4A8B8B" - Foreground: "fuchsia" - - Foreground: "lime" - - Foreground: "blue" - - Foreground: "grey" + - Foreground: "#DF6464" + - Foreground: "#E49A44" + - Foreground: "#E5A72A" +StyleColumnRainbow: + - Foreground: "#B14242" + - Foreground: "#C4693D" + - Foreground: "#4A8B8B" + - Foreground: "fuchsia" + - Foreground: "#DF6464" + - Foreground: "#E49A44" + - Foreground: "#E5A72A" StyleJumpTargetLine: Underline: true