1
0
mirror of https://github.com/helix-editor/helix synced 2026-01-26 05:38:09 +01:00
helix/runtime/themes/tokyonight_storm.toml
Daichi Tamaki 523e8aa781
Fix tokyonight_* theme color keys (#13375)
Co-authored-by: tamakiii <tamakiii@users.noreply.github.com>
2025-04-18 09:59:53 -05:00

13 lines
241 B
INI

# Author: Paul Graydon <untimely.creation97@proton.me>
inherits = "tokyonight"
[palette]
border = "#1d202f"
bg = "#24283b"
bg-inlay = "#233745"
bg-selection = "#373d5a"
bg-menu = "#1f2335"
bg-focus = "#2e3c64"
border-highlight = "#29a4bd"