Warm, elegant theme inspired by the Ayu editor color scheme with golden accents
css/ayu.css
Mirage palette — bluish dark backgrounds with warm golden accents
| Mode | accent | background | header | sidebar | surface | text |
|---|---|---|---|---|---|---|
| Dark (default) |
#e6b450
|
#1f2430
|
#191e2a
|
#242936
|
#242936
|
#cccac2
|
| Light |
#f29718
|
#fcfcfc
|
#191e2a
|
#f8f8f8
|
#ffffff
|
#575f66
|
pa-color-dark
css/ayu.css
Deep black backgrounds with warm golden accents (dark only)
| Mode | accent | background | header | sidebar | surface | text |
|---|---|---|---|---|---|---|
| Dark (default) |
#e6b450
|
#0b0e14
|
#0d1017
|
#0d1017
|
#131721
|
#bfbdb6
|
A warm, elegant theme inspired by the popular Ayu color scheme for code editors. Golden accents on carefully tuned backgrounds create a distinctive, eye-friendly interface.
pa-mode-light / pa-mode-darkDefault (Mirage) is the standard bluish-dark Ayu palette with both dark and light modes. The Dark variant is a darker, more neutral alternative — dark only.
<body> <!-- Default (Mirage) Dark -->
<body class="pa-mode-light"> <!-- Default (Mirage) Light -->
<body class="pa-color-dark"> <!-- Dark variant (dark only) -->
<link rel="stylesheet" href="css/ayu.css">