Commit graph

70 commits

Author SHA1 Message Date
Webhooked
151dbc23fe
Merge pull request #36 from naptr/main
Add iterm scheme
2025-08-16 11:39:32 +02:00
Krishna Eka Yusuf Putra
742496248d Add iterm scheme 2025-08-14 18:24:26 +07:00
Webhooked
f107190b81
Merge pull request #33 from loezaj/main
add colors for foot
2025-08-09 13:57:09 +02:00
Webhooked
e1012192cc
Merge pull request #35 from LVala/blink-bg-fix
Fix Blink's border background color when transparency is enabled
2025-08-09 13:56:15 +02:00
Łukasz Wala
08c2a8c14a Fix Blink's border background color whent transparency is on 2025-08-09 12:00:05 +02: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
ea3b2b423b fix vim colors load files 2025-08-01 10:32:20 +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
0765ef2f2d fix: add missing indent-blankline v3 highlight groups 2025-07-31 09:27:38 +02:00
Webhooked
f418c26fb5 Correct README compile command typo 2025-07-31 09:08:03 +02:00
Webhooked
7b15ed796b fix: resolve lazy.nvim loading issue and theme priority 2025-07-31 08:56:33 +02:00
Sneha De
3b3701e73b add to readme 2025-07-30 22:32:32 -07:00
Sneha De
c90968756b feat: themes for Windows Terminal 2025-07-30 22:28:53 -07:00
Webhooked
922b1edd9c
Merge pull request #30 from sneha-afk/main
Differentiate section B in lualine
2025-07-29 10:39:23 +02:00
sneha
627f6b83a4 revert inactive one 2025-07-28 23:09:23 -07:00
sneha
e5d5e6bdab make section b different 2025-07-28 22:59:37 -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
9a81f41042 fix: indent line selected highlights 2025-07-28 09:19:22 +02:00
Webhooked
925b8a2100 fix: light mode correction in init and README 2025-07-25 15:57:59 +02:00
Webhooked
beb1cc74be fix: remove trailing whitespaces from kitty themes 2025-07-25 12:11:15 +02:00
Webhooked
024999f6f9 feat: add contrast foreground config option 2025-07-25 11:45:27 +02:00
Webhooked
5ae1ef3c4f improve color naming for easier maintainability and customization 2025-07-25 11:45:27 +02:00
Webhooked
748023fd27
Merge pull request #21 from jssee/main 2025-06-27 00:45:51 +02:00
Jesse Hoyos
180bdff8c8 Add warp themes 2025-06-24 11:01:07 -04:00
Webhooked
f0b41d6235
Merge pull request #17 from bakageddy/kanso-mist
Port Kanso Mist for Zathura, URxvt and Kanso Pearl for Wezterm
2025-06-17 09:50:30 +02:00
bakageddy
35334d6275 Port Kanso Mist=Zathura & Kanso Pearl=Wezterm 2025-06-15 01:39:23 +05:30
Webhooked
eb7ff15d28 update Kanso Mist them showcase image 2025-06-09 10:32:43 +02:00
Webhooked
f826fa9851 fix: further improvements for color consistency across palette 2025-06-09 10:31:25 +02:00
Webhooked
f3f75f3074 fix: update Kanso Mist theme screenshot 2025-06-09 10:24:18 +02:00
Webhooked
b25f3a78b2 fix: improve color consistency across palette 2025-06-09 10:17:08 +02:00
Webhooked
e1e0cd83e4 fix: color update for Mist variant 2025-06-09 10:12:45 +02:00
Webhooked
fa23cca0ce Update README with new Mist variant 2025-06-09 10:08:08 +02:00
Webhooked
0a2dd5b372 fix: NeoTree title color correction 2025-06-07 21:40:49 +02:00
Webhooked
99c7bedc95 feat: all new Kanso Mist theme variant 2025-06-07 14:56:23 +02:00
Webhooked
d5975aa93b
Merge pull request #14 from ddanieltan/patch-1
Fix example in readme
2025-06-03 09:27:21 +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
2fb100e461
Merge pull request #12 from bakageddy/contrib_term
Add Support for st (simple terminal) and urxvt
2025-06-01 10:26:23 +02:00
Webhooked
e4b3d67204 Update selected line colors in Snacks picker 2025-05-31 14:46:06 +02:00
Webhooked
01bbcb3191 Improve color consistency and picker UI styling
Replace oldWhite references with inkGray for better consistency across themes and update Snacks picker highlight groups for improved visual clarity.
2025-05-31 14:42:06 +02: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
c0355d2c16 Kanso Pearl brightwhite color correction 2025-05-31 14:04:02 +02:00
Dinesh Kumar
5f4d67ea0e ADD: Simple Terminal 2025-05-30 18:10:43 +05:30
Webhooked
85ad1002b2 Adjust whitespace and indent colors for better visibility 2025-05-30 14:00:39 +02:00
Webhooked
f2d1e6bf11 Add Yazi, Zathura, and Zellij to the extras section in the README 2025-05-30 11:44:28 +02:00
Webhooked
6aa1844142
Merge pull request #11 from bakageddy/contrib_yazi
ADD: extras/yazi
2025-05-29 19:36:44 +02:00
Dinesh Kumar
a9195ab704 ADD: extras/yazi 2025-05-29 18:27:33 +05:30
Webhooked
3700f86dae
Merge pull request #10 from bakageddy/extra_contrib
Add Support for Zathura and Zellij
2025-05-28 20:21:19 +02:00
Dinesh Kumar
804dfe24ee ADD: extras/zellij 2025-05-27 17:34:05 +05:30