Color theme . OKLCH
Fadetouched
One dark teal-green palette for every editor, terminal, and website.
// twelve accents, one quiet base
struct Palette {
base: &'static str,
accents: [&'static str; 12],
}
impl Palette {
fn fadetouched() -> Self {
Self {
base: "#11201e",
accents: ACCENTS, // muted, pigment-like
}
}
} import { defineTheme } from "fadetouched";
// dusk over a forested coast
export const fadetouched = defineTheme({
name: "Fadetouched",
base: "#11201e",
accents: 12, // muted, pigment-like
ramps: { neutral: 12, accent: 12 },
}); :root {
--base: #11201e; /* the quiet ground */
--green: #96bb93;
--teal: #81b8a8;
--purple: #af90c3;
}
.swatch {
background: var(--green);
border-radius: 0.4rem;
} Twelve neutrals, twelve accents
Muted and pigment-like, authored in OKLCH for even perceptual steps and easy on the eyes. Click any swatch to copy its hex.
Neutrals
Accents
Built for translucent shells
The Zed port ships a Blur variant for blurred-window backgrounds. Switch the surface to see it; opaque works everywhere, blur needs OS window blur (reliable on macOS, partial elsewhere).
fn main() {
// dusk over a forested coast
let base = "#11201e";
accents: 12,
}
Solid surface. The safe default everywhere.
Install for your tools
20 ports and counting. Most are one copied file; Firefox installs from the store.
Editors
Zed
mkdir -p ~/.config/zed/themes
cp ports/zed/fadetouched.json ~/.config/zed/themes/Then open the command palette, choose the theme selector, and pick Fadetouched.
Also ships Fadetouched Blur, a translucent variant for blurred-window backgrounds (needs OS window blur; reliable on macOS, partial on Linux/Windows).
Files on GitHub →Notepad++
Copy ports/notepad-plus-plus/Fadetouched.xml to %AppData%\Notepad++\themes\, restart, then pick Fadetouched in Settings, Style Configurator.
Files on GitHub →Terminals
Windows Terminal
Copy the scheme from ports/windows-terminal/fadetouched.json into the "schemes" array in settings.json, then set "colorScheme": "Fadetouched" on a profile.
Files on GitHub →Konsole
cp ports/konsole/Fadetouched.colorscheme ~/.local/share/konsole/Then pick Fadetouched in Settings, Edit Current Profile, Appearance.
A companion profile sets the matching cursor color; copy it too if you want it.
Files on GitHub →Shell
Starship
cp ports/starship/fadetouched.toml ~/.config/starship.tomlA two-line powerline prompt. Point STARSHIP_CONFIG at the file to keep it separate from your main config.
Needs a Nerd Font for the powerline separators and language icons.
Files on GitHub →Desktop
KDE Plasma
cp ports/kde-plasma/Fadetouched.colors ~/.local/share/color-schemes/Then pick Fadetouched in System Settings, Colors & Themes, Colors.
Files on GitHub →Cursor
Prebuilt Windows and Linux (XCursor) packs and install steps are in ports/cursor/.
GPL-3.0 (derives from Bibata) -- the one GPL part of the project.
Files on GitHub →Web
AO3
On AO3, go to Skins, Create Site Skin, paste the CSS from ports/ao3/fadetouched.css, and create it. Then click Use.
Site skins apply only while you are logged in.
Files on GitHub →Dress the desktop
Fourteen wallpapers in the palette. Click any to download at 1440p.