Theme
Gruvbox Classic
Gruvbox warm retro palette with classic angle separators. Earth-toned prompt with ASCII glyphs — no special font required.
~/code/aish main AI:local ✓ ✓ 0❯git status
On branch main
~/code/aish main AI:local ✓ ✓ 0❯aish theme list
* gruvbox-classic
~/code/aish main AI:local ✓ ✓ 0❯
Use in aish
Apply
URL
Palette
fg #ebdbb2 bg #282828 muted #928374 red #fb4934 green #b8bb26 yellow #fabd2f blue #83a598 purple #d3869b aqua #8ec07c orange #fe8019 gray #3c3836 Font
- family
JetBrains Mono - fallback
Fira Code → Menlo → monospace - size
13pt - weight
400 - ligatures
false - nerd_font
false
Strong preference. aish-term / TUI consumers SHOULD match; CLI consumers MAY ignore. User can override locally.
Prompt
- character
❯ - character_color
{palette.yellow} - segments
cwd, git-status, ai-tier, exit-code - separator
classic - glyphs
ascii
Layout
Compass bars surround the always-rendered middle (interactive terminal).
Roles
- ai_tier_local
{palette.green} - ai_tier_cloud
{palette.blue} - drachma_low
{palette.red} - drachma_ok
{palette.muted} - exit_ok
{palette.muted} - exit_err
{palette.red}
Syntax
- keyword
{palette.red} - string
{palette.green} - number
{palette.purple} - function
{palette.yellow} - type
{palette.aqua} - comment
{palette.muted}
theme.toml
schema = "https://theme-atoms.com/schemas/theme-v1.json"
[meta]
id = "gruvbox-classic"
version = "1.0.0"
display_name = "Gruvbox Classic"
description = "Gruvbox warm retro palette with classic angle separators. Earth-toned prompt with ASCII glyphs — no special font required."
extends_brand = "gruvbox"
[font]
family = "JetBrains Mono"
fallback = ["Fira Code", "Menlo", "monospace"]
size = 13
weight = 400
ligatures = false
nerd_font = false
[palette]
fg = "#ebdbb2"
bg = "#282828"
muted = "#928374"
red = "#fb4934"
green = "#b8bb26"
yellow = "#fabd2f"
blue = "#83a598"
purple = "#d3869b"
aqua = "#8ec07c"
orange = "#fe8019"
gray = "#3c3836"
[prompt]
character = "❯"
character_color = "{palette.yellow}"
segments = ["cwd", "git-status", "ai-tier", "exit-code"]
separator = "classic"
glyphs = "ascii"
[roles]
ai_tier_local = "{palette.green}"
ai_tier_cloud = "{palette.blue}"
drachma_low = "{palette.red}"
drachma_ok = "{palette.muted}"
exit_ok = "{palette.muted}"
exit_err = "{palette.red}"
[syntax]
keyword = "{palette.red}"
string = "{palette.green}"
number = "{palette.purple}"
function = "{palette.yellow}"
type = "{palette.aqua}"
comment = "{palette.muted}"
[layout.south]
enabled = true
background = "{palette.gray}"
foreground = "{palette.muted}"
left = ["cwd", "git-status"]
center = []
right = ["exit-code", "duration"]