Commit graph

6 commits

Author SHA1 Message Date
Webhooked
1afbbb449a feat: add minimal mode for reduced color palette
Add new `minimal` config option that provides a cleaner, more focused
  color scheme with fewer distinct colors:
  - Variables/constants: white
  - Functions/methods: blue
  - Types: aqua
  - Keywords/statements: gray
  - Operators: yellow
  - Brackets/punctuation: gray
  - Properties/members: violet
2026-01-31 16:47:32 +01:00
Webhooked
138f08461f feat\!: replace disableItalics with italics config option
Replace the negative boolean `disableItalics` with positive `italics` option for better API ergonomics. This affects all italic styling throughout the theme including comments, keywords, and plugin highlights.

BREAKING CHANGE: Users must update their configuration from `disableItalics = true` to `italics = false`.
2025-05-31 14:11:00 +02:00
Kacper Hemperek
aaa72b68b6 Add config field to disable bold styles across the whole theme 2025-05-21 09:18:51 +02:00
Webhooked
3cf33b0f15 Transparent-mode corrections for SnacksPicker 2025-05-08 09:15:24 +02:00
Webhooked
6d7770eda6 Add option to disable italic styling 2025-05-07 11:49:57 +02:00
Webhooked
62e9c5d669 Initial commit 2025-05-06 12:02:29 +02:00