Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit 98d208f

Browse files
committed
Minor tweak to dark theme, lower contrast in identifier tokens
1 parent faaed62 commit 98d208f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Note that Maven- and signing-related properties are in <maven-home>/gradle.properties
22
javaVersion=1.6
3-
version=2.6.0
3+
version=2.6.1-SNAPSHOT

src/main/resources/org/fife/ui/rsyntaxtextarea/themes/dark.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
<!-- Syntax tokens. -->
3636
<tokenStyles>
37-
<style token="IDENTIFIER" fg="E0E2E4"/>
37+
<style token="IDENTIFIER" fg="a9b7c6"/>
3838
<style token="RESERVED_WORD" fg="93C763" bold="true"/>
3939
<style token="RESERVED_WORD_2" fg="93C763" bold="true"/>
4040
<style token="ANNOTATION" fg="E8E2B7"/>

0 commit comments

Comments
 (0)