Skip to content
This repository was archived by the owner on Sep 21, 2023. It is now read-only.

Commit c557c94

Browse files
committed
Make lighter colors actually light
1 parent 42df132 commit c557c94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sourcerer.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ base02: "d3d3d3" # Selection background
66
base03: "444444" # Comments, invisibles, line highlighting
77
base04: "c1cdc1" # Dark Foreground (used for status bars)
88
base05: "c2c2b0" # Default foreground, caret, delimiters, operators
9-
base06: "181818" # Light foreground (not often used)
10-
base07: "d3d3d3" # Light background (not often used)
9+
base06: "c2c2b0" # Light foreground (not often used)
10+
base07: "ffffff" # Light background (not often used)
1111
base08: "8f6f8f" # Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
1212
base09: "87875f" # Ints, Bools, Const, XML attributes, Markup Link url
1313
base0A: "d3d3d3" # Classes, Markup Bold, Search Text Background

0 commit comments

Comments
 (0)