This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/common/helix/themes/custom.toml

12 lines
405 B
TOML
Raw Normal View History

2023-05-09 12:39:56 -05:00
inherits = "catppuccin_mocha"
2023-05-09 13:35:49 -05:00
"ui.background" = "default"
# "ui.cursorline.primary" = { bg = "default" }
# "ui.cursorline.secondary" = { bg = "default" }
# "ui.cursorcolumn.primary" = { bg = "default" }
# "ui.cursorcolumn.secondary" = { bg = "default" }
# "ui.virtual.ruler" = { bg = "default" }
2023-05-09 12:39:56 -05:00
"ui.bufferline.active" = { fg = "sapphire", bg = "base", underline = { color = "sapphire", style = "" } }