[meta]
name = "Rose Pine Dawn"
author = "Rose Pine"
variant = "light"
version = "1.0"
description = "Warm light theme with botanical elegance"
[palette]
base = "#faf4ed"
surface = "#fffaf3"
overlay = "#f2e9e1"
muted = "#9893a5"
subtle = "#797593"
text = "#575279"
love = "#b4637a"
gold = "#ea9d34"
rose = "#d7827a"
pine = "#286983"
foam = "#56949f"
iris = "#907aa9"
highlight_low = "#f4ede8"
highlight_med = "#dfdad9"
highlight_high = "#cecacd"
[tokens]
"text.primary" = "text"
"text.secondary" = "subtle"
"text.muted" = "muted"
"text.dim" = "muted"
"bg.base" = "base"
"bg.panel" = "surface"
"bg.code" = "overlay"
"bg.highlight" = "highlight_low"
"bg.elevated" = "highlight_med"
"bg.active" = "highlight_high"
"bg.selection" = "highlight_med"
"accent.primary" = "iris"
"accent.secondary" = "foam"
"accent.tertiary" = "rose"
"accent.deep" = "pine"
success = "foam"
error = "love"
warning = "gold"
info = "pine"
"border.focused" = "iris"
"border.unfocused" = "muted"
"code.keyword" = "iris"
"code.function" = "foam"
"code.string" = "gold"
"code.number" = "rose"
"code.comment" = "muted"
"code.type" = "gold"
"code.line_number" = "muted"
[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 = ["iris", "foam"]
warm = ["love", "gold"]
success_gradient = ["foam", "pine"]
error_gradient = ["love", "rose"]
aurora = ["iris", "rose", "love", "gold", "foam"]