Warm, elegant theme inspired by the Ayu editor color scheme with golden accents
dist/ayu.css
Bluish dark backgrounds with warm golden accents
| Mode | accent | background | header | sidebar | surface | text |
|---|---|---|---|---|---|---|
| Dark (default) |
#e6b450
|
#1f2430
|
#191e2a
|
#242936
|
#242936
|
#cccac2
|
pa-color-dark
dist/ayu.css
Deep black backgrounds with warm golden accents
| Mode | accent | background | header | sidebar | surface | text |
|---|---|---|---|---|---|---|
| Dark (default) |
#e6b450
|
#0b0e14
|
#0d1017
|
#0d1017
|
#131721
|
#bfbdb6
|
pa-color-light
dist/ayu.css
Clean light backgrounds with warm orange accents
| Mode | accent | background | header | sidebar | surface | text |
|---|---|---|---|---|---|---|
| Light (default) |
#f29718
|
#fcfcfc
|
#191e2a
|
#f8f8f8
|
#ffffff
|
#575f66
|
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.
Switch variants by adding a CSS class to <body>:
<body> <!-- Mirage (default) -->
<body class="pa-color-dark"> <!-- Deep dark -->
<body class="pa-color-light"> <!-- Light -->
<link rel="stylesheet" href="css/ayu.css">