Commit graph

22 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
26f5c9686b fix: respect vim.o.background when loading colorscheme
- Change default background.light from "ink" to "pearl" so light mode
    uses a light theme by default
  - Clear _EXPLICIT_THEME when load() is called without arguments so
    :colorscheme kanso properly respects vim.o.background setting

  Fixes #45
2026-01-10 12:39:28 +01:00
tukaloff
2aaecdc66e
add extra for opencode (#44)
* add extra for opencode

* adjusted diff colors

* fix typo
2025-12-16 14:46:31 +01:00
Krishna Eka Yusuf Putra
742496248d Add iterm scheme 2025-08-14 18:24:26 +07:00
José Loeza
e97f146276 add colors for foot 2025-08-08 17:19:48 -07:00
Webhooked
22ba950771 docs: prioritize lazy.nvim in installation examples
Move lazy.nvim configuration to the top of installation examples
since it's the more commonly used package manager for Neovim.
2025-08-03 13:10:12 +02:00
Webhooked
55e1bdc50f
Merge pull request #32 from sneha-afk/main
feat: themes for Windows Terminal
2025-07-31 09:29:23 +02:00
Webhooked
f418c26fb5 Correct README compile command typo 2025-07-31 09:08:03 +02:00
Sneha De
3b3701e73b add to readme 2025-07-30 22:32:32 -07:00
Webhooked
4823dfda15 fix: respect explicitly loaded theme variants (#29) 2025-07-28 09:52:50 +02:00
Webhooked
d1ba9eaf7c BREAKING CHANGE: rename "contrast" to "saturated" throughout codebase
This change renames all occurrences of "contrast" to "saturated" to better describe the functionality:
- Config option `foreground` now accepts "saturated" instead of "contrast"
- All internal color palette variables renamed from *Contrast to *Saturated
- Documentation updated to reflect the new terminology

Migration guide:
- If using `foreground = "contrast"`, change to `foreground = "saturated"`
- If using `foreground = { dark = "contrast", light = "contrast" }`, change to `foreground = { dark = "saturated", light = "saturated" }`
2025-07-28 09:33:50 +02:00
Webhooked
925b8a2100 fix: light mode correction in init and README 2025-07-25 15:57:59 +02:00
Webhooked
024999f6f9 feat: add contrast foreground config option 2025-07-25 11:45:27 +02:00
Webhooked
fa23cca0ce Update README with new Mist variant 2025-06-09 10:08:08 +02:00
Daniel Tan
64299f65d4
Fix example in readme
In this example code snippet, the variable name was specified as `zen_colors` but the code was extracting the colors for the "ink" palette. Did a simple fix to make the variable name consistent with the code.
2025-06-03 15:10:24 +08: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
Webhooked
f2d1e6bf11 Add Yazi, Zathura, and Zellij to the extras section in the README 2025-05-30 11:44:28 +02:00
Kacper Hemperek
b3a2a32108 Update readme to include bold field in the default config 2025-05-21 09:23:58 +02:00
Webhooked
6d7770eda6 Add option to disable italic styling 2025-05-07 11:49:57 +02:00
Webhooked
e5ae0533c5 Refactor theme colors and UI settings for improved visibility and consistency across components. Update README. 2025-05-07 11:27:21 +02:00
Webhooked
47074d196d Update VS Code extension marketplace link 2025-05-06 12:04:25 +02:00
Webhooked
62e9c5d669 Initial commit 2025-05-06 12:02:29 +02:00