Skip to content

Commit ec5a770

Browse files
committed
additional font tweaks (processing#2135)
1 parent 2634a99 commit ec5a770

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

build/shared/lib/theme.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ status.error.fgcolor = #ffffff
66
status.error.bgcolor = #662000
77
status.edit.fgcolor = #000000
88
status.edit.bgcolor = #cc9900
9-
#status.font = SansSerif,plain,12
10-
#status.font.macosx = Helvetica,plain,12
11-
status.font = processing.sans,plain,13
9+
status.font = processing.sans,plain,14
1210

1311
# TABS
1412
# Settings for the tab area at the top.
@@ -34,11 +32,11 @@ buttons.hide.color = #0E1B25
3432
buttons.bgimage = true
3533

3634
# TOOLBAR BUTTON TEXT
37-
buttons.status.font = processing.sans,plain,13
35+
buttons.status.font = processing.sans,bold,13
3836
buttons.status.color = #ffffff
3937

4038
# MODE SELECTOR
41-
mode.button.font = processing.sans,plain,13
39+
mode.button.font = processing.sans,bold,13
4240
# outline color of the mode button
4341
mode.button.color = #ffffff
4442

todo.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ X https://github.com/processing/processing/issues/2160
88
X Add option to not embed the Java runtime (saves space, but breakage)
99
X return code needs to be 1 instead of 0 w/ Commander
1010
X https://github.com/processing/processing/issues/1798#issuecomment-26711847
11+
X additional font tweaks due to decreased legibility with Oracle Java
12+
X type looks a little feeble on OS X with non-retina machines
13+
X https://github.com/processing/processing/issues/2135
14+
X should we increase the size of the mode dropdown?
1115
_ processing-java broken in 2.1 beta 1 on OS X
1216
_ https://github.com/processing/processing/issues/2159
1317
_ need to use the embedded Java, different classpath, etc
@@ -17,9 +21,6 @@ _ also might be time to put something in to check the version
1721
medium
1822
_ try installing 10.7.3 on Mac Mini and check whether things run
1923
_ make sure it's only running on 64-bit machines?
20-
_ type looks a little feeble on OS X with non-retina machines
21-
_ https://github.com/processing/processing/issues/2135
22-
_ should we increase the size of the mode dropdown?
2324
_ use platformDelete() to remove untitled sketches?
2425
_ change to using platformDelete() instead of Base.removeDir() where possible
2526
_ verify that the OS X version uses the real call

0 commit comments

Comments
 (0)