Skip to content

Commit

Permalink
Make selected text symbols visible (#967)
Browse files Browse the repository at this point in the history
* Make selected symbols visible

Currently symbols with the default theme are invisible when selected in the text editor. Lowering the brightness of the selected text makes them visible without drastically changing theme look.

* added startup file with new theme
  • Loading branch information
thatimster authored and youle31 committed May 26, 2019
1 parent b244e52 commit 56fcae1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified release/datafiles/startup.blend
Binary file not shown.
2 changes: 1 addition & 1 deletion release/scripts/presets/interface_theme/upbge.xml
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@
</properties>
<text_editor>
<ThemeTextEditor line_numbers_background="#2e2e2e"
selected_text="#607f9e"
selected_text="#39495d"
cursor="#ff2a00"
syntax_builtin="#009eed"
syntax_symbols="#607f9e"
Expand Down

0 comments on commit 56fcae1

Please sign in to comment.