Palette struct
#include <nxt/baltics.hpp>
Complete color slot set shared by the Baltic light and dark themes.
Public variables
- Rgb8 bg
- Default background.
- Rgb8 bg_soft
- Soft surface for header lines and blocks.
- Rgb8 bg_elev
- Elevated surface for tooltips and headings.
- Rgb8 bg_active
- Active-line background.
- Rgb8 bg_hl
- Hover or generic highlight background.
- Rgb8 border
- Primary border color.
- Rgb8 border_soft
- Low-contrast border color.
- Rgb8 ml_bg
- Active mode-line background.
- Rgb8 ml_box
- Active mode-line box/border color.
- Rgb8 ml_inactive_bg
- Inactive mode-line background.
- Rgb8 ml_inactive_box
- Inactive mode-line box/border color.
- Rgb8 fg
- Primary foreground.
- Rgb8 fg_muted
- Muted foreground.
- Rgb8 fg_subtle
- Subtle foreground.
- Rgb8 fg_comment
- Comment foreground.
- Rgb8 amber
- String color.
- Rgb8 amber_bg
- Constant/number tint background.
- Rgb8 amber_deep
- Constant/number foreground.
- Rgb8 coral
- Invalid/error foreground.
- Rgb8 coral_bg
- Invalid/error background.
- Rgb8 pink
- Escapes and special punctuation.
- Rgb8 mint
- Emphasis or attribute color.
- Rgb8 cyan
- Function and link color.
- Rgb8 cyan_soft
- Type color.
- Rgb8 cyan_bg
- Type tint background.
- Rgb8 regex
- Regex teal.
- Rgb8 green
- Keyword color.
- Rgb8 green_bg
- Keyword tint background.
- Rgb8 green_bright
- Tag, selector, and added-diff color.
- Rgb8 doc_orange
- Documentation-comment color.
- Rgb8 chocolate
- Variable color.
- Rgb8 chocolate_soft
- Property/parameter color.
- Rgb8 navy
- Accent color.
- Rgb8 sel_bg
- Selection background.
- Rgb8 match_bg
- Search match background.
- Rgb8 symbol_hl
- Symbol highlight background.
- Rgb8 added_bg
- Added-line diff background.
- Rgb8 added_hl_bg
- Added-line highlighted diff background.
- Rgb8 removed_bg
- Removed-line diff background.
- Rgb8 removed_hl_bg
- Removed-line highlighted diff background.