opaline 0.4.1

A token-based theme engine for Rust applications
Documentation
# Catppuccin Frappé — Soothing pastel theme
# https://github.com/catppuccin/catppuccin

[meta]
name = "Catppuccin Frappé"
author = "Catppuccin"
variant = "dark"
version = "1.0"
description = "Soothing pastel theme for the high-spirited"

[palette]
# Base colors
base = "#303446"
mantle = "#292c3c"
crust = "#232634"
surface0 = "#414559"
surface1 = "#51576d"
surface2 = "#626880"
overlay0 = "#737994"
overlay1 = "#838ba7"
overlay2 = "#949cbb"

# Text
text = "#c6d0f5"
subtext1 = "#b5bfe2"
subtext0 = "#a5adce"

# Accent colors
rosewater = "#f2d5cf"
flamingo = "#eebebe"
pink = "#f4b8e4"
mauve = "#ca9ee6"
red = "#e78284"
maroon = "#ea999c"
peach = "#ef9f76"
yellow = "#e5c890"
green = "#a6d189"
teal = "#81c8be"
sky = "#99d1db"
sapphire = "#85c1dc"
blue = "#8caaee"
lavender = "#babbf1"

[tokens]
"text.primary" = "text"
"text.secondary" = "subtext1"
"text.muted" = "subtext0"
"text.dim" = "overlay1"

"bg.base" = "crust"
"bg.panel" = "base"
"bg.code" = "mantle"
"bg.highlight" = "surface0"
"bg.elevated" = "surface1"
"bg.active" = "surface2"
"bg.selection" = "surface1"

"accent.primary" = "mauve"
"accent.secondary" = "sapphire"
"accent.tertiary" = "pink"
"accent.deep" = "lavender"

success = "green"
error = "red"
warning = "yellow"
info = "sky"

"border.focused" = "mauve"
"border.unfocused" = "surface2"

"code.keyword" = "mauve"
"code.function" = "blue"
"code.string" = "green"
"code.number" = "peach"
"code.comment" = "overlay1"
"code.type" = "yellow"
"code.line_number" = "overlay0"

[styles]
keyword = { fg = "accent.primary", bold = true }
line_number = { fg = "code.line_number" }
cursor_line = { bg = "bg.highlight" }
selected = { fg = "accent.secondary", bg = "bg.highlight" }
active_selected = { fg = "accent.primary", bg = "bg.active", bold = true }
focused_border = { fg = "border.focused" }
unfocused_border = { fg = "border.unfocused" }
success_style = { fg = "success" }
error_style = { fg = "error" }
warning_style = { fg = "warning" }
info_style = { fg = "info" }
dimmed = { fg = "text.dim" }
muted = { fg = "text.muted" }
inline_code = { fg = "success", bg = "bg.code" }

[gradients]
primary = ["mauve", "sapphire"]
warm = ["peach", "yellow"]
success_gradient = ["green", "teal"]
error_gradient = ["red", "maroon"]
aurora = ["mauve", "pink", "sapphire", "teal", "green"]