Skip to content

Commit

Permalink
feat: Color improvement in sora editor solarized_drak theme
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxGalaxy committed Sep 20, 2023
1 parent 95619db commit 8c9cda8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editor/src/main/assets/Editor/SoraEditor/solarized_drak.json
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@
"list.inactiveSelectionBackground": "#00445488",
"list.dropBackground": "#00445488",
"list.highlightForeground": "#1ebcc5",
"editor.background": "#002B36",
"editor.background": "#00000000",
"editor.foreground": "#839496",
"editorWidget.background": "#00212B",
"editorCursor.foreground": "#D30102",
Expand Down Expand Up @@ -408,7 +408,7 @@
"terminal.ansiMagenta": "#d33682",
"terminal.ansiCyan": "#2aa198",
"terminal.ansiWhite": "#eee8d5",
"terminal.ansiBrightBlack": "#002b36",
"terminal.ansiBrightBlack": "#00000000",
"terminal.ansiBrightRed": "#cb4b16",
"terminal.ansiBrightGreen": "#586e75",
"terminal.ansiBrightYellow": "#657b83",
Expand Down

0 comments on commit 8c9cda8

Please sign in to comment.