mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-07 04:30:55 +02:00
23 lines
617 B
Smarty
23 lines
617 B
Smarty
background = {{ background }}
|
|
foreground = {{ foreground }}
|
|
cursor-color = {{ cursor }}
|
|
selection-background = {{ selection_background }}
|
|
selection-foreground = {{ selection_foreground }}
|
|
|
|
palette = 0={{ bg }}
|
|
palette = 1={{ red }}
|
|
palette = 2={{ green }}
|
|
palette = 3={{ yellow }}
|
|
palette = 4={{ blue }}
|
|
palette = 5={{ magenta }}
|
|
palette = 6={{ cyan }}
|
|
palette = 7={{ fg }}
|
|
palette = 8={{ muted }}
|
|
palette = 9={{ bright_red }}
|
|
palette = 10={{ bright_green }}
|
|
palette = 11={{ bright_yellow }}
|
|
palette = 12={{ bright_blue }}
|
|
palette = 13={{ bright_magenta }}
|
|
palette = 14={{ bright_cyan }}
|
|
palette = 15={{ bright_fg }}
|