Skip to content

Instantly share code, notes, and snippets.

View larsenwork's full-sized avatar
🦁

Andreas Larsen larsenwork

🦁
View GitHub Profile
@larsenwork
larsenwork / FontForgeThemeDebug.Theme
Created December 28, 2014 23:31
Related to issue #2012 on FontForge
fontforge.FontView.GlyphInfoColor: #4ca3ff
fontforge.FontView.EmptySlotFgColor: #ccccc9
fontforge.FontView.SelectedColor: #4ca3ff
fontforge.FontView.SelectedFgColor: #ffffff
fontforge.FontView.ChangedColor: #1a8aff
fontforge.FontView.HintingNeededColor: #4ca3ff
fontforge.FontView.FontSize: 12
fontforge.FontView.FontFamily: Lucida Grande, Helvetica Neue, Helvetica, Monaco, monospace, unifont
fontforge.CharView.PointColor: #ff0000
var Settings = new function() {
// Color: 'white' or 'black'
this.widgetColor = 'white';
// Background: 'none' or 'translucent'
this.widgetBackground = 'none';
// Language: 'EN', 'FR', 'DE', 'IT', 'ES' or 'DA'
this.widgetLang = 'EN';