40 lines
1.2 KiB
Plaintext
40 lines
1.2 KiB
Plaintext
# Takemi palette — kept in step with ~/.config/quickshell/config/Theme.qml.
|
|
#
|
|
# Crimson, black, white. Nothing else carries hue.
|
|
|
|
# ----------------------------------------------------------------- THE KNOB
|
|
# The one colour in this setup. Change this line and the window borders,
|
|
# group indicators and focus states all recolour with it.
|
|
#
|
|
# Keep it in step with `readonly property color accent` in
|
|
# ~/.config/quickshell/config/Theme.qml, which is what colours the shell.
|
|
# Those are the only two places the colour is written.
|
|
$accent = rgb(ff2d40)
|
|
|
|
$accentDim = rgb(8f1826)
|
|
$accentSoft = rgb(ff6b78)
|
|
|
|
# ------------------------------------------------------------------ neutrals
|
|
$ink = rgb(000000)
|
|
|
|
$base = rgb(0a0a0c)
|
|
$mantle = rgb(0d0d10)
|
|
$surface = rgb(141418)
|
|
$surfaceAlt = rgb(1c1c22)
|
|
$overlay = rgb(26262e)
|
|
$outline = rgb(3a3a44)
|
|
|
|
$text = rgb(ffffff)
|
|
$subtext = rgb(c8c8ce)
|
|
$muted = rgb(6b6b70)
|
|
|
|
# Retired hues, kept as aliases so existing references resolve. The shell has
|
|
# no teal any more — the wallpaper is the colour in the composition.
|
|
$primary = $text
|
|
$primaryDim = rgb(9a9aa2)
|
|
$glow = $accent
|
|
$blue = $primaryDim
|
|
$deep = $surfaceAlt
|
|
$warn = $accentSoft
|
|
$ok = $text
|