Skip to content

Instantly share code, notes, and snippets.

@denysdovhan
Created May 22, 2026 14:55
Show Gist options
  • Select an option

  • Save denysdovhan/ed81ee952b653509c7efe8c648b7debf to your computer and use it in GitHub Desktop.

Select an option

Save denysdovhan/ed81ee952b653509c7efe8c648b7debf to your computer and use it in GitHub Desktop.
Ayu Light theme for Codex

Ayu Light theme for Codex

Port of the popular Ayu theme for Codex. It will replace Solarized theme in Codex.

Installation

  1. Go to appearance settings.
  2. Select Solarized theme
  3. Copy content of ayu-light-codex.yaml file
  4. Click Import theme
  5. Paste copied theme into diplayed input and click Import
  6. Done!

License

MIT ©️ Denys Dovhan

codex-theme-v1:{
"codeThemeId": "solarized",
"theme": {
"accent": "#f29718",
"contrast":60,
"fonts": {
"code": "FiraCode Nerd Font, ui-monospace, \"SFMono-Regular\"",
"ui": "apple-system, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, Helvetica, Arial, sans-serif"
},
"ink": "#5c6166",
"opaqueWindows": false,
"semanticColors": {
"diffAdded": "#6cbf43",
"diffRemoved": "#ea6c6d",
"skill": "#9e75c7"
},
"surface": "#fcfcfc"
},
"variant": "light"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment