Skip to content
This repository has been archived by the owner on Dec 19, 2020. It is now read-only.

Commit

Permalink
Updated support for new plotting feature
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffThompson committed Sep 15, 2016
1 parent 937e545 commit bfb4af9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions theme/theme.txt
Expand Up @@ -122,3 +122,13 @@ editor.comment2.style = #aaaaaa,plain
# LINE STATUS - editor line number status bar at the bottom of the screen
linestatus.font = SansSerif,plain,10
linestatus.height = 20

# GUI - PLOTTING
# color cycle created via colorbrewer2.org
plotting.bgcolor = #ffffff
plotting.color = #ffffff
plotting.graphcolor.size = 4
plotting.graphcolor.00 = #2c7bb6
plotting.graphcolor.01 = #fdae61
plotting.graphcolor.02 = #d7191c
plotting.graphcolor.03 = #abd9e9

0 comments on commit bfb4af9

Please sign in to comment.