turbo-editors/turbo-corepublic Fork 0
v1.0.2
Commits
Clone
git clone https://git.rickub.com/turbo-editors/turbo-core.git
git clone ssh://git@rickub.com/turbo-editors/turbo-core.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

🛟 Updated. 28d5985 · on v1.0.2 · k33g · 11h ago
catppuccin-frappe.toml · 110 lines · 4.7 KBTOML Blame HistoryRaw
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
name = "Catppuccin Frappé"
description = "The Catppuccin Frappé palette: warm slate with pastel accents. A dark theme."

# The Catppuccin palette, mid-dark flavour. Colours are taken from the
# published Frappé palette unchanged — a theme called Catppuccin that is not
# those exact values is a different theme with a borrowed name.
#
# The mapping follows Catppuccin's own style guide where it has an opinion:
# mauve for keywords, green for strings, peach for numbers and constants, blue
# for functions, yellow for types, overlay0 for comments. Where it has none —
# a Turbo-style menu bar, a window frame, a status bar — the palette's own
# surface ladder does the work: crust behind everything, mantle for the bars,
# base for the page, surface0 and surface1 for what sits on top of it.
#
# Base   #303446   Text     #c6d0f5
# Mantle #292c3f   Subtext1 #b5bfe2
# Crust  #232634   Subtext0 #a5adce
inherits = "turbo-classic"

[colors]
default = { fg = "#c6d0f5", bg = "#303446" }

desktop = { fg = "#414559", bg = "#232634" }
shadow = { fg = "#232634", bg = "#232634" }

"menu.bar" = { fg = "#c6d0f5", bg = "#292c3f" }
"menu.item" = { fg = "#c6d0f5", bg = "#292c3f" }
"menu.selected" = { fg = "#303446", bg = "#8caaee" }
"menu.shortcut" = { fg = "#e78284", bg = "#292c3f", bold = true }
"menu.disabled" = { fg = "#737994", bg = "#292c3f" }

"window.frame.active" = { fg = "#babbf1", bg = "#303446" }
"window.frame.inactive" = { fg = "#626880", bg = "#303446" }
"window.title.active" = { fg = "#c6d0f5", bg = "#303446", bold = true }
"window.title.inactive" = { fg = "#737994", bg = "#303446" }
"window.body" = { fg = "#c6d0f5", bg = "#303446" }

statusbar = { fg = "#c6d0f5", bg = "#292c3f" }
"statusbar.key" = { fg = "#ef9f76", bg = "#292c3f", bold = true }
"statusbar.hint" = { fg = "#a5adce", bg = "#292c3f" }

scrollbar = { fg = "#51576d", bg = "#414559" }
"scrollbar.thumb" = { fg = "#838ba7", bg = "#414559" }

"dialog.frame" = { fg = "#babbf1", bg = "#414559" }
"dialog.body" = { fg = "#c6d0f5", bg = "#414559" }
"dialog.title" = { fg = "#c6d0f5", bg = "#414559", bold = true }
"dialog.label" = { fg = "#b5bfe2", bg = "#414559" }

button = { fg = "#232634", bg = "#8caaee" }
"button.focused" = { fg = "#232634", bg = "#babbf1", bold = true }
"button.shortcut" = { fg = "#e78284", bg = "#8caaee", bold = true, underline = true }

input = { fg = "#c6d0f5", bg = "#51576d" }
"input.focused" = { fg = "#c6d0f5", bg = "#626880" }
"input.selection" = { fg = "#232634", bg = "#babbf1" }

list = { fg = "#c6d0f5", bg = "#414559" }
"list.selected" = { fg = "#232634", bg = "#8caaee" }
"list.unfocused" = { fg = "#a5adce", bg = "#414559" }

checkbox = { fg = "#c6d0f5", bg = "#414559" }
"checkbox.focused" = { fg = "#232634", bg = "#8caaee" }

"editor.text" = { fg = "#c6d0f5", bg = "#303446" }
"editor.selection" = { fg = "#c6d0f5", bg = "#626880" }
"editor.linenumber" = { fg = "#737994", bg = "#303446" }
"editor.currentline" = { fg = "#c6d0f5", bg = "#51576d" }
# Rosewater against surface1: the loudest thing in the palette against the one
# row that is already lighter than the page, so the cursor is findable without
# the line having to shout.
"editor.cursor" = { fg = "#303446", bg = "#f2d5cf" }

"terminal.text" = { fg = "#c6d0f5", bg = "#232634" }
"terminal.cursor" = { fg = "#232634", bg = "#f2d5cf" }

"tree.text" = { fg = "#c6d0f5", bg = "#303446" }
"tree.directory" = { fg = "#8caaee", bg = "#303446", bold = true }
"tree.selected" = { fg = "#232634", bg = "#8caaee" }
"tree.unfocused" = { fg = "#a5adce", bg = "#414559" }

# Catppuccin's own syntax mapping. Constant and number share peach, and type
# and tag share yellow, because each pair is one idea; everything a reader
# meets beside something else is a different hue.
"syntax.identifier" = { fg = "#c6d0f5" }
"syntax.keyword" = { fg = "#ca9ee6" }
"syntax.type" = { fg = "#e5c890" }
"syntax.builtin" = { fg = "#e78284" }
"syntax.constant" = { fg = "#ef9f76" }
"syntax.function" = { fg = "#8caaee" }
"syntax.string" = { fg = "#a6d189" }
"syntax.char" = { fg = "#81c8be" }
"syntax.number" = { fg = "#ef9f76" }
"syntax.comment" = { fg = "#737994", italic = true }
"syntax.operator" = { fg = "#99d1db" }
"syntax.punctuation" = { fg = "#949cbb" }
"syntax.heading" = { fg = "#8caaee", bold = true }
"syntax.tag" = { fg = "#e5c890" }
"syntax.attribute" = { fg = "#81c8be" }
"syntax.emphasis" = { fg = "#ea999c", italic = true }
"syntax.link" = { fg = "#85c1dc", underline = true }

"completion.frame" = { fg = "#babbf1", bg = "#414559" }
"completion.item" = { fg = "#c6d0f5", bg = "#414559" }
"completion.selected" = { fg = "#232634", bg = "#8caaee", bold = true }
"completion.detail" = { fg = "#a5adce", bg = "#414559" }

"diagnostic.error" = { fg = "#e78284", bold = true }
"diagnostic.warning" = { fg = "#e5c890", bold = true }
"diagnostic.info" = { fg = "#99d1db", italic = true }