File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
enigma-swing/src/main/java/org/quiltmc/enigma/gui/config/theme/properties Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ public Colors.Builder buildSyntaxPaneColors(Colors.Builder colors) {
2727 .lineNumbersBackground (new SerializableColor (0xFF252729 ))
2828 .lineNumbersSelected (new SerializableColor (0xFF353739 ))
2929
30+ .selection (new SerializableColor (0xFF003658 ))
31+ .pairsMarker (new SerializableColor (0xBF9F7B47 ))
32+
3033 .obfuscated (new SerializableColor (0x31FF5555 ))
3134 .obfuscatedOutline (new SerializableColor (0x89FF5555 ))
3235
Original file line number Diff line number Diff line change @@ -45,6 +45,9 @@ public Colors.Builder buildSyntaxPaneColors(Colors.Builder colors) {
4545 .lineNumbersBackground (new SerializableColor (0xFF313335 ))
4646 .lineNumbersSelected (new SerializableColor (0xFF606366 ))
4747
48+ .selection (new SerializableColor (0xFF14587A ))
49+ .pairsMarker (new SerializableColor (0xBFAF8B57 ))
50+
4851 .obfuscated (new SerializableColor (0x4DFF5555 ))
4952 .obfuscatedOutline (new SerializableColor (0x80FF5555 ))
5053
@@ -54,8 +57,8 @@ public Colors.Builder buildSyntaxPaneColors(Colors.Builder colors) {
5457 .deobfuscated (new SerializableColor (0x4D50FA7B ))
5558 .deobfuscatedOutline (new SerializableColor (0x8050FA7B ))
5659
57- .fallback (new SerializableColor (0x4Daa5500 ))
58- .fallbackOutline (new SerializableColor (0x80d86f06 ))
60+ .fallback (new SerializableColor (0x4DAA5500 ))
61+ .fallbackOutline (new SerializableColor (0x80D86F06 ))
5962
6063 .editorBackground (new SerializableColor (0xFF282A36 ))
6164 .highlight (new SerializableColor (0xFFFF79C6 ))
You can’t perform that action at this time.
0 commit comments