Commit Graph

7 Commits

Author SHA1 Message Date
Jack Palevich
07d6a5b5e5 Implement Linux console color scheme.
Light grey on black.
2013-05-27 09:38:25 -07:00
Jack Palevich
3d34b3c422 Add Solarized Light / Solarized Dark text color themes.
See this web site for a description of the Solarized color scheme:

http://ethanschoonover.com/solarized

Note that this is not the full solarized palette, it's just the foreground
and background colors. Perhaps we can implement the rest of the palette in
a future update.

Author: Nick Shvelidze<shveloo@gmail.com>
2013-02-24 21:28:29 -08:00
Jack Palevich
29b463f4bc Add some larger font point sizes.
Fix bug that capped stored font size preference at 20.
2012-12-23 11:53:09 -08:00
Jack Palevich
edb34eb170 Move non-localizable stringarrays to separate file.
Now they will be easier to update, and less likely to be localized by
accident. (For example the ru translation had accidentally localized
the entryvalue_fontsize_preference entries.)
2012-09-09 12:32:16 -07:00
Jack Palevich
f59f1d931f Update Basque translation.
Courtesy Asier Iturralde asier.iturralde@gmail.com
2012-04-14 12:04:12 -07:00
Steven Luo
28837a06ff Tidy up after the default preferences patch
* Keep variables and functions in TermSettings.java in the order
  corresponding to their appearance in preferences.xml
* Remove old and unnecessary default_value_*_preference strings from
  translations (silences warnings)

Signed-off-by: Jack Palevich <jackpal@google.com>
2011-11-23 10:32:40 -08:00
Jack Palevich
f520f558a4 Basque localization.
Courtesy asier.iturralde@gmail.com
2011-09-28 21:56:45 -07:00