const classcamembert::Theme

sys::Obj
  camembert::Theme

@Serializable

Theme constants

bestFont

Source

static Font bestFont(Int? size)

Best programming fonts(IMO) available standard for the current OS

bestFontName

Source

static Str bestFontName()

bg

Source

@Setting { help=... }
const Color bg := Color.white

caretColor

Source

@Setting { help=["Color of the caret"] }
const Color caretColor := Color.<ctor>(0)

edBg

Source

@Setting { help=["Editor pane background color'"] }
const Color edBg := Color.white

edBracket

Source

@Setting { help=["brackets in editor"] }
const RichTextStyle edBracket := ...

edBracketMatch

Source

@Setting { help=["brackets match in editor"] }
const RichTextStyle edBracketMatch := ...

edCols

Source

@Setting { help=... }
const Int[] edCols := Int[((Obj?)2),((Obj?)79)]

edColsColor

Source

@Setting { help=["Color for the color indicators"] }
const Color edColsColor := Color.<ctor>(14540253)

edComment

Source

@Setting { help=["Comments in editor"] }
const RichTextStyle edComment := ...

edCurLineBg

Source

@Setting { help=... }
const Color edCurLineBg := Color.<ctor>(15658734)

edFont

Source

@Setting { help=["Font used in editor pane'"] }
const Font edFont := Theme.bestFont(((Int?)11))

edKeyword

Source

@Setting { help=["keywords in editors"] }
const RichTextStyle edKeyword := ...

edNum

Source

@Setting { help=["Numbers in editor"] }
const RichTextStyle edNum := ...

edSelectBg

Source

@Setting { help=... }
const Color edSelectBg := Color.yellow

edStr

Source

@Setting { help=["Strings in editor"] }
const RichTextStyle edStr := ...

edText

Source

@Setting { help=["Default color of text in the editor"] }
const RichTextStyle edText := ...

fileToIcon

Source

static Image fileToIcon(File f)

font

Source

@Setting { help=... }
const Font font := Theme.bestFont(((Int?)9))

fontColor

Source

@Setting { help=... }
const Color fontColor := Color.black

helpBg1

Source

@Setting { help=["Color for help docs bg 1"] }
const Color helpBg1 := Color.<ctor>(11206570)

helpBg2

Source

@Setting { help=["Color for help docs bg 1"] }
const Color helpBg2 := Color.<ctor>(11184895)

iconCs

Source

const Image iconCs := ...

iconDir

Source

const Image iconDir := ...

iconDirty

Source

const Image iconDirty := ...

iconErr

Source

const Image iconErr := Image.<ctor>(`fan://icons/x16/err.png`)

iconFan

Source

const Image iconFan := ...

iconField

Source

const Image iconField := ...

iconFile

Source

const Image iconFile := Image.<ctor>(`fan://icons/x16/file.png`)

iconFolderClosed

Source

const Image iconFolderClosed := ...

iconFolderOpen

Source

const Image iconFolderOpen := ...

iconHome

Source

const Image iconHome := ...

iconImage

Source

const Image iconImage := ...

iconIndexing

Source

const Image iconIndexing := Image.<ctor>(`fan://icons/x16/sync.png`)

iconJava

Source

const Image iconJava := ...

iconJs

Source

const Image iconJs := ...

iconMark

Source

const Image iconMark := Image.<ctor>(`fan://icons/x16/tag.png`)

iconMethod

Source

const Image iconMethod := ...

iconNotDirty

Source

const Image iconNotDirty := ...

iconOk

Source

const Image iconOk := ...

iconPod

Source

const Image iconPod := ...

iconPodGroup

Source

const Image iconPodGroup := ...

iconPython

Source

const Image iconPython := ...

iconRuby

Source

const Image iconRuby := ...

iconSlideDown

Source

const Image iconSlideDown := ...

iconSlideUp

Source

const Image iconSlideUp := ...

iconType

Source

const Image iconType := ...

lineNumberColor

Source

@Setting { help=["Color of line number addicator"] }
const Color lineNumberColor := Color.<ctor>(11184810)

load

Source

static Theme load(File file)

Reload theme

make

Source

new make(|This? f := null)

Default constructor with it-block

name

Source

const Str name := "default"

scrollBg

Source

@Setting { help=["Color of the scrollbar bg"] }
const Color scrollBg := Color.<ctor>(14540253)

scrollFg

Source

@Setting { help=["Color of the scrollbar handle"] }
const Color scrollFg := Color.<ctor>(12303291)

selectedItem

Source

@Setting { help=["Background of selected items"] }
const Color selectedItem := Color.<ctor>(10092441)

spacePillBg

Source

@Setting { help=["Background of space 'pills'"] }
const Color spacePillBg := Color.<ctor>(15658734)