mirror of
https://github.com/helix-editor/helix
synced 2026-03-06 20:31:42 +01:00
19 lines
434 B
INI
19 lines
434 B
INI
# NeoNotte84 Theme
|
|
#
|
|
# Author: b52es (https://github.com/b52es)
|
|
# Inspired by Catppuccin Mocha and Tokyo Night.
|
|
|
|
# Inherits from neonotte.toml and applies a few modifications.
|
|
inherits = "neonotte"
|
|
|
|
# Syntax highlighting overrides
|
|
# ---------------------------
|
|
"comment" = { fg = "comment_alt", modifiers = ["italic"] }
|
|
|
|
# Palette overrides
|
|
# -----------------
|
|
[palette]
|
|
magenta = "#f578de"
|
|
yellow = "#ffd866"
|
|
comment_alt = "#647a8c"
|