# example custom theme -> ~/.config/rmcl/theme/my-theme.toml
# activate it in ~/.config/rmcl/theme.toml with: theme = "my-theme"
#
# this file is a theme, not the config: keys live at the top level, NOT under
# [theme] or [custom]. only name, id and accent are required; every other key
# falls back to a sane default.
#
# color formats: "#f97316" | "Red" / "LightBlue" (ANSI names) |
# { Rgb = [249, 115, 22] } | { Indexed = 42 }
= "My Theme"
= "my-theme"
= { = [249, 115, 22] }
= "#7f5539"
= "#cdd6f4"
= "DarkGray"
= "#ffffff"
= "#a6e3a1"
= "#f38ba8"
= "#f9e2af"
= "#89dceb"
= "#a6e3a1"
= "#f38ba8"
= "DarkGray"
= "#585b70"
= "#313244"
= "#1e1e2e"