otheme playground
Preset
Name
Appearance
UI (23)
bg
bgFloat
bgHover
bgVisual
fg
fgMuted
fgDim
comment
border
lineNr
search
accent
accentFg
error
warning
info
hint
success
diffAdd
diffAddEmph
diffDel
diffDelEmph
diffChg
Syntax (19)
variable
variableBuiltin
variableMember
func
keyword
operator
punctuation
punctuationSpecial
type
attribute
string
stringEscape
stringSpecial
constant
number
tag
markupHeading
markupLink
markupList
Targets
Preview updates only after the targets JSON validates.
Vesper
otheme
~/code/cardmain❯git diff
@@ -12,7 +12,7 @@ function greet(name: string) {
1212 const prefix = "Hello";
13 return prefix + " " + name;
13 return [prefix, name].join(" ");
1414}
~/code/cardmain❯otheme set vesper
✓ applied to nvim · tmux · ghostty · git-delta~/code/cardmain❯