const classcamembert::Theme
sys::Obj camembert::Theme
Theme constants
static Font bestFont(Int? size)
Best programming fonts(IMO) available standard for the current OS
static Str bestFontName()
@
Setting { help=["Color of the caret"] }
const Color caretColor := Color.<ctor>(0)@
Setting { help=["Editor pane background color'"] }
const Color edBg := Color.white@
Setting { help=["brackets in editor"] }
const RichTextStyle edBracket := ...@
Setting { help=["brackets match in editor"] }
const RichTextStyle edBracketMatch := ...@
Setting { help=... }
const Int[] edCols := Int[((Obj?)2),((Obj?)79)]@
Setting { help=["Color for the color indicators"] }
const Color edColsColor := Color.<ctor>(14540253)@
Setting { help=["Comments in editor"] }
const RichTextStyle edComment := ...@
Setting { help=... }
const Color edCurLineBg := Color.<ctor>(15658734)@
Setting { help=["Font used in editor pane'"] }
const Font edFont := Theme.bestFont(((Int?)11))@
Setting { help=["keywords in editors"] }
const RichTextStyle edKeyword := ...@
Setting { help=["Numbers in editor"] }
const RichTextStyle edNum := ...@
Setting { help=["Strings in editor"] }
const RichTextStyle edStr := ...@
Setting { help=["Default color of text in the editor"] }
const RichTextStyle edText := ...@
Setting { help=... }
const Font font := Theme.bestFont(((Int?)9))@
Setting { help=["Color for help docs bg 1"] }
const Color helpBg1 := Color.<ctor>(11206570)@
Setting { help=["Color for help docs bg 1"] }
const Color helpBg2 := Color.<ctor>(11184895)const Image iconCs := ...
const Image iconDir := ...
const Image iconDirty := ...
const Image iconErr := Image.<ctor>(`fan://icons/x16/err.png`)
const Image iconFan := ...
const Image iconField := ...
const Image iconFile := Image.<ctor>(`fan://icons/x16/file.png`)
const Image iconFolderClosed := ...
const Image iconFolderOpen := ...
const Image iconHome := ...
const Image iconImage := ...
const Image iconIndexing := Image.<ctor>(`fan://icons/x16/sync.png`)
const Image iconJava := ...
const Image iconJs := ...
const Image iconMark := Image.<ctor>(`fan://icons/x16/tag.png`)
const Image iconMethod := ...
const Image iconNotDirty := ...
const Image iconOk := ...
const Image iconPod := ...
const Image iconPodGroup := ...
const Image iconPython := ...
const Image iconRuby := ...
const Image iconSlideDown := ...
const Image iconSlideUp := ...
const Image iconType := ...
@
Setting { help=["Color of line number addicator"] }
const Color lineNumberColor := Color.<ctor>(11184810)Reload theme
new make(|This? f := null)
Default constructor with it-block
const Str name := "default"
@
Setting { help=["Color of the scrollbar bg"] }
const Color scrollBg := Color.<ctor>(14540253)@
Setting { help=["Color of the scrollbar handle"] }
const Color scrollFg := Color.<ctor>(12303291)@
Setting { help=["Background of selected items"] }
const Color selectedItem := Color.<ctor>(10092441)@
Setting { help=["Background of space 'pills'"] }
const Color spacePillBg := Color.<ctor>(15658734)