Takuya Matsuyama
b08592c1bb
feat(vivid): Add a high-contrast style for bright environments
...
Add `vivid`, a dark variant whose text colors are pushed toward white in
HSLuv space so hue and saturation stay put and only brightness moves.
Comments go from 3.45:1 to 6.21:1 against the background and syntax colors
land between 6.8:1 and 8.8:1, which keeps the theme readable outdoors
without switching every tool over to a light theme.
Background tokens are left alone since brightening those would reduce
contrast rather than add it. The boost is proportional to the remaining
headroom, so already bright colors barely move and the palette keeps its
internal ordering.
Also rename the day colorscheme to solarized-osaka-light to match the
style name it loads.
2026-08-11 11:30:58 +09:00
Takuya Matsuyama
f675d9a5c5
fix(diff): do not change fg colors. use dimmed bg colors
CI / extras (push) Has been cancelled
CI / release (push) Has been cancelled
CI / tests (ubuntu-latest) (push) Has been cancelled
CI / docs (push) Has been cancelled
2026-05-08 13:21:02 +09:00
Takuya Matsuyama
2526f000a5
feat(palette): add 50 and 950 colors
2026-05-08 13:07:22 +09:00
Redoxahmii
a2b498fa31
fix(highlights): don't override default sp colors
2026-02-04 07:40:45 +05:00
Takuya Matsuyama
5dd1969a74
feat(light): add light color palette
...
fix #73
2026-01-09 16:53:43 +09:00
Takuya Matsuyama
250a331b4c
feat(group): add incline
2026-01-09 13:04:03 +09:00
Redoxahmii
8cf1e51856
fix(bufferline): add nocombine for hl combine with Tab groups
...
On nvim 0.11 the highlight groups are merged with `TabLine` now instead of `Normal` and using
nocombine fixes this issue
2025-04-20 02:03:39 +05:00
Redoxahmii
37869a9f2a
fix(term): correct opts to opts.option for term
2025-02-18 00:56:09 +05:00
Redoxahmii
2b66377678
feat(blink): change Kind default fallback group to match blink
2025-02-16 05:08:57 +05:00
Redoxahmii
2ac32f10ac
style(name): change theme name to light
2025-02-07 13:48:48 +05:00
Redoxahmii
c4c6b2e158
fix(fzf-lua): fzfLivePrompt set to Normal to avoid pinkish color when grepping
...
FzfLua sets pinkish color when usig FzfLua grep through files so resetting to use Normal
2025-02-06 20:06:58 +05:00
Redoxahmii
58ea6a9217
fix(neo-tree): add git-related colors
...
The colors were defaulting to use hl-groups of `gitsigns` and if you do not have that plugin
installed the colors for the git were all wrong so added those.
Did test it on `main` and that has the same result.
2025-02-05 21:25:16 +05:00
Redoxahmii
5369e9e50e
fix(tmux): visibility for colors
2025-01-26 03:24:36 +05:00
Redoxahmii
786e46ce71
chore(defaults): revert back to defaults
2025-01-26 02:23:05 +05:00
Redoxahmii
98b3c46a71
fix(fzf): add groups and set bg
2025-01-25 02:42:26 +05:00
Redoxahmii
9838205909
fix(termux): termux extra working
2025-01-24 09:21:45 +05:00
Redoxahmii
482a9acb7f
fix(helix): helix extra working
2025-01-24 09:21:19 +05:00
Redoxahmii
a50d7d3128
fix(name): change config naming to solarized-osaka
2025-01-24 09:20:39 +05:00
Redoxahmii
68800c3d25
feat(reassign): assigned all extras to base color
2025-01-24 07:45:57 +05:00
Redoxahmii
ded81c7523
chore(reassign): did 3 more
2025-01-24 02:38:00 +05:00
Redoxahmii
5f63fb3779
chore(reassign): assign a few more of the colors
2025-01-24 02:25:11 +05:00
Redoxahmii
1fac64a23c
perf(reassign): slowly replace all reassign colors with theme colors
2025-01-24 01:55:24 +05:00
Redoxahmii
d4dfdf3e38
feat(extras): add newer extras and assign missing colors
2025-01-24 01:41:46 +05:00
Redoxahmii
da1b6f7649
Merge branch 'main' into gen-merge
2025-01-23 13:28:01 +05:00
Redoxahmii
94cfed239a
feat(snacks): add snacks.picker hl to match other pickers
2025-01-15 11:44:38 +05:00
Redoxahmii
83958cd5cc
feat(lightline): change lightline theme to osaka on setup
2025-01-08 06:48:08 +05:00
Redoxahmii
5791e490ee
fix(which-key): misspell correction
2025-01-07 03:23:43 +05:00
Redoxahmii
ab3d30c9aa
fix(which-key): add WhichKeySeparator group
2025-01-07 03:15:31 +05:00
Redoxahmii
678ed69d08
fix(which-key): remove deprecated group
2025-01-07 03:06:15 +05:00
Redoxahmii
483d5f6494
chore(which-key): remove duplicate
2025-01-07 00:51:44 +05:00
Redoxahmii
fbab1f6c00
feat(lightline): lightline colors close to lualine
2025-01-07 00:51:14 +05:00
Redoxahmii
2663501654
fix(term): assign missing term colors
CI / extras (push) Has been cancelled
CI / tests (ubuntu-latest) (push) Has been cancelled
CI / docs (push) Has been cancelled
CI / release (push) Has been cancelled
2025-01-06 21:08:08 +05:00
Miroslav Lincovschi
bed82a2c3a
fix: misspell on the plugin name
2025-01-06 11:25:05 +03:00
Miroslav Lincovschi
4dbf58b2a0
fix: misspell on the filename
2025-01-06 11:23:39 +03:00
Miroslav Lincovschi
1dc4548835
feat: commit b2446aa
2025-01-04 00:46:13 +03:00
Miroslav Lincovschi
a0e35462c1
fix: remove unnecessary link
2024-12-24 19:52:31 +03:00
Miroslav Lincovschi
b25529899e
fix: commit aee69e3
2024-12-24 18:54:46 +03:00
Miroslav Lincovschi
d4bcea1287
fix: commit 2fa6c30
2024-12-24 18:52:30 +03:00
Miroslav Lincovschi
b9772fe601
feat: add fzf-lua hl groups
2024-12-24 18:48:51 +03:00
Miroslav Lincovschi
caf0ff3621
style: remove unused comment
2024-12-24 18:48:13 +03:00
Miroslav Lincovschi
97ad4060a1
feat: add blink.cmp hl groups
2024-12-24 18:37:27 +03:00
Miroslav Lincovschi
f86886d1fd
fix: using the wrong highlight groups for nvim-ts-raindow2 and rainbow-delimiters
2024-12-23 18:35:56 +03:00
Miroslav Lincovschi
78b1327c10
style: format highlight groups to more readable style
2024-12-23 18:29:24 +03:00
Miroslav Lincovschi
49bf743bf0
fix: add missing option hide_inactive_statusline
2024-12-23 17:42:41 +03:00
Miroslav Lincovschi
c854ecd5df
feat: add missing color switching
2024-12-18 12:06:54 +03:00
Miroslav Lincovschi
aad7008e23
refactor: remove unused require to util.lua
2024-12-18 02:51:43 +03:00
Miroslav Lincovschi
71e05aa291
feat: add new option to control plugins integration
2024-12-18 02:50:39 +03:00
Miroslav Lincovschi
e14e5af690
refactor: refactor theme.lua and util.lua
2024-12-18 02:49:20 +03:00
Miroslav Lincovschi
dbfd92eba5
feat: add index.lua file in groups folder
2024-12-18 02:47:52 +03:00
Miroslav Lincovschi
90ab10ee27
feat: move plugins to separate files
2024-12-18 02:42:59 +03:00