1 module Fedit.Themes
2 // one accent per surface
3 let green =
4 Accent = Color.ofHex "#00B86B"
5 StatusBg = Color.indexed 22
6 // chrome is theme-owned
EDIT Themes.fs 3:14 LF
:theme green
Thirteen themes — ten accent palettes, plus full-surface github-light, github-dark, and ayu. A theme owns the whole surface: editor, gutter, active line,
status bar, selection, prompt, dock, and syntax. Switch with theme <name> in the command bar — every theme live-previews as you cycle through completions.
Themes ship as JSON in brand/themes/*.json and the F# implementation lives in
src/Fedit/Themes.fs.