Skip to content

Commit

Permalink
Tweak syntax colors
Browse files Browse the repository at this point in the history
  • Loading branch information
romainguy committed May 17, 2024
1 parent 6364e88 commit 30651b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/jvmMain/resources/themes/kotlin_explorer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
<style token="DATA_TYPE" fg="871094" />
<style token="FUNCTION" fg="00627a" />
<style token="LITERAL_BOOLEAN" fg="000080" />
<style token="LITERAL_NUMBER_DECIMAL_INT" fg="43A220" />
<style token="LITERAL_NUMBER_FLOAT" fg="43A220" />
<style token="LITERAL_NUMBER_HEXADECIMAL" fg="43A220" />
<style token="LITERAL_NUMBER_DECIMAL_INT" fg="409A1E" />
<style token="LITERAL_NUMBER_FLOAT" fg="409A1E" />
<style token="LITERAL_NUMBER_HEXADECIMAL" fg="409A1E" />
<style token="LITERAL_STRING_DOUBLE_QUOTE" fg="067d17" />
<style token="LITERAL_CHAR" fg="067d17" />
<style token="LITERAL_BACKQUOTE" fg="067d17" bg="ffcccc" />
Expand Down
6 changes: 3 additions & 3 deletions src/jvmMain/resources/themes/kotlin_explorer_disassembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
<style token="DATA_TYPE" fg="94105A" />
<style token="FUNCTION" fg="00627a" />
<style token="LITERAL_BOOLEAN" fg="000080" />
<style token="LITERAL_NUMBER_DECIMAL_INT" fg="43A220" />
<style token="LITERAL_NUMBER_FLOAT" fg="43A220" />
<style token="LITERAL_NUMBER_HEXADECIMAL" fg="43A220" />
<style token="LITERAL_NUMBER_DECIMAL_INT" fg="409A1E" />
<style token="LITERAL_NUMBER_FLOAT" fg="409A1E" />
<style token="LITERAL_NUMBER_HEXADECIMAL" fg="409A1E" />
<style token="LITERAL_STRING_DOUBLE_QUOTE" fg="067d17" />
<style token="LITERAL_CHAR" fg="067d17" />
<style token="LITERAL_BACKQUOTE" fg="067d17" bg="ffcccc" />
Expand Down

0 comments on commit 30651b1

Please sign in to comment.