Commit graph

83 commits

Author SHA1 Message Date
Fabian Winkelmann 7be007658c
fix(extra): migrate colorscheme options for foot terminal (#86)
* fix(extra): migrate colorscheme options for foot terminal

* fix(extra): fix build script after foot changes
2026-08-17 15:54:21 +09:00
Redoxahmii 23dab066e4 chore(fzf): update light colors for fzf 2026-08-15 09:33:08 +05:00
Fabian Winkelmann b9976e3dd5 fix(extra): add missing backslashes to fzf options 2026-08-14 14:00:03 +02:00
Takuya Matsuyama 0df74ef0ed refactor(colors): Source every color from the palette and drop darken
Point the last computed colors at real tokens so nothing is derived by
blending anymore:

- barbar inactive labels take the new 600 tier, which reads dimmer than
  the 500 accent and, unlike 700, still brightens under the vivid style
- notify borders take the 900 tier, and the debug border takes base02
- black was a blend of the background toward pure black, a value that
  appeared nowhere in the palette; it is base04, so replace it outright
- border was aliased to black, leaving it invisible against the
  background in the dark style; it is now base02, matching WinSeparator

With no callers left, darken and blend go, and with them the mutable
util.bg they relied on -- a shared global whose value depended on which
style had been resolved last.

Every highlight group is unchanged by the black removal. The barbar and
notify groups do shift slightly, since a token can never reproduce a
blend toward the background exactly; they were chosen to read correctly
rather than to match the old values.

Light gains from this: black resolved to a muddy #cac4b5 that measured
1.85:1 on statusline mode chips, and base04 lifts that to 3.21:1. The
same change makes terminal color0 white in the light style, completing
an inversion that already had color7 resolving to a dark value.
2026-08-11 15:38:54 +09:00
Takuya Matsuyama bb21538e81 feat(palette): Add the 200, 400, 600 and 800 tiers
Fill in the four stops each accent ramp was missing, transcribed from the
Solarized Osaka design tokens so every hue now carries the full 50-950
scale. The light palette mirrors them around 500 like the existing tiers,
and 800 joins 700/900/950 as a background tier so the vivid style leaves
it alone.

The 600 tier in particular gives group definitions a dimmed accent that
previously had to be computed, since it sits between the 500 accent and
the much darker 700.

All 88 accent stops now match the design tokens exactly. The generated
lua and helix extras pick up the new entries; no existing value changed.
2026-08-11 15:25:13 +09:00
Takuya Matsuyama d4695e455d fix(extras): Dim the delta diff backgrounds and drop the stray filename dot
Delta now paints diff lines with the 900/950 background tiers and keeps
the 500 tier for line numbers, so added and removed lines read as tinted
backgrounds rather than saturated blocks of color.

Also stop appending a bare separator when an extra declares no extension.
Ghostty is the only one, so every build wrote solarized_osaka_dark. next
to the correct solarized_osaka_dark with identical content.
2026-08-11 14:41:32 +09:00
Takuya Matsuyama 2526f000a5 feat(palette): add 50 and 950 colors 2026-05-08 13:07:22 +09:00
Takuya Matsuyama 3fbfde785e feat(palette): add 50 and 950 colors 2026-05-08 13:07:22 +09:00
Cristhian Melo 82ef457c87
fix(extras): regenerate light theme files with correct palette 2026-04-19 23:55:43 -05:00
Redoxahmii ef7f089fbb feat(extras): generate extras with light suffix 2025-02-07 13:49:15 +05:00
Redoxahmii 5369e9e50e fix(tmux): visibility for colors 2025-01-26 03:24:36 +05:00
Redoxahmii c7750625b7 fix(ghostty): delete . in file name 2025-01-26 02:32:29 +05:00
Redoxahmii cf335397b2 feat(extras): add all extras colorschemes 2025-01-25 02:42:47 +05:00
Redoxahmii d4dfdf3e38 feat(extras): add newer extras and assign missing colors 2025-01-24 01:41:46 +05:00
Redoxahmii 83992c0534 feat(tmux): update tmux colorscheme 2024-11-23 09:20:06 +05:00
Redoxahmii f75535eb3d feat(kitty): kitty colors working properly 2024-11-23 08:25:07 +05:00
Gabriel Felix 126d394c0c feat(extra): add colorscheme windows terminal 2024-07-04 11:02:37 +09:00
Takuya Matsuyama 92c5def2b5 chore(extras): remove unused files 2024-04-02 22:26:48 +09:00
bobbyrahmanda13 11edb25f5f chore: add colorscheme alacritty 2024-03-31 11:03:33 +07:00
Takuya Matsuyama 74c192d8c0 chore(files): rename 2023-10-03 15:02:11 +09:00
github-actions[bot] ada343c0d9 chore(build): auto-generate extras 2023-07-13 22:01:11 +00:00
mango 9191b4b674
feat: Added rainbow-delimiter highlight groups (#404) 2023-07-05 11:45:10 +02:00
github-actions[bot] 5ff0c9eec2 chore(build): auto-generate extras 2023-06-24 08:23:49 +00:00
github-actions[bot] 41381c1c0e chore(build): auto-generate extras 2023-06-21 09:14:34 +00:00
github-actions[bot] 905cede43e chore(build): auto-generate extras 2023-06-20 09:51:44 +00:00
Tymoteusz Makowski a0932acea0
feat(extras): add 24h clock support to tmux (#321) 2023-06-17 08:25:56 +02:00
github-actions[bot] d538835974 chore(build): auto-generate extras 2023-06-17 06:25:13 +00:00
github-actions[bot] d88a345b01 chore(build): auto-generate extras 2023-05-27 08:44:00 +00:00
github-actions[bot] 96dd84776c chore(build): auto-generate extras 2023-05-27 08:39:53 +00:00
github-actions[bot] faef43beb0 chore(build): auto-generate extras 2023-05-25 06:57:48 +00:00
github-actions[bot] e6bbac048a chore(build): auto-generate extras 2023-05-24 08:51:07 +00:00
github-actions[bot] 6972aade12 chore(build): auto-generate extras 2023-05-23 06:52:09 +00:00
github-actions[bot] 029dca9a40 chore(build): auto-generate extras 2023-05-20 07:06:41 +00:00
github-actions[bot] ba6826faa1 chore(build): auto-generate extras 2023-05-07 17:31:08 +00:00
github-actions[bot] f2ed28707a chore(build): auto-generate extras 2023-05-03 05:52:37 +00:00
github-actions[bot] c5df636ce6 chore(build): auto-generate extras 2023-04-28 08:37:41 +00:00
github-actions[bot] 802207d814 chore(build): auto-generate extras 2023-04-22 07:38:50 +00:00
Amaan Qureshi dc5b5e20bc
feat(semantic_tokens): highlight lsp.typemod.macro.defaultLibrary as @function.builtin (#358) 2023-04-19 09:23:18 +02:00
Amaan Qureshi 78bcc2fae7
fix(lsp): enumMember should be highlighted @constant (#352) 2023-04-17 07:34:42 +02:00
Folke Lemaitre 6e0bfd6836
fix: updated extras 2023-04-16 08:17:51 +02:00
Sven Grunewaldt 85a833fa63
feat(windows_terminal): add Windows Terminal colors (#315) 2023-02-28 10:02:44 +01:00
typicode 3685c241a2
feat(extras): add fish theme format (#306)
* feat(extras): move fish colors from script to theme format

* move fish themes to fish_themes
2023-02-09 20:30:07 +01:00
Folke Lemaitre 56945bd0d3
feat(wezterm): added tab_bar colors. only works with the retro tab bar. Fixes #304 2023-02-07 21:30:08 +01:00
Folke Lemaitre 7c22129e3b
feat(prism): better colors 2023-01-23 20:51:53 +01:00
Folke Lemaitre 14ca396af0
feat(extras): added prism.js themes 2023-01-18 15:06:08 +01:00
Folke Lemaitre 039b304bf6
chore: regen extras 2023-01-18 15:05:51 +01:00
Benjamin Eskola 10730e6903
fix(sublime): don't hardcode background and foreground colours in Sublime theme (#298) 2023-01-14 11:19:49 +01:00
Folke Lemaitre 45cdc3888a
fix: invert_colors Fixes #265 2022-11-11 07:23:27 +01:00
Donegaan a6d34b4e6d
feat: Add themes for terminator terminal (#264) 2022-11-10 23:24:24 +01:00
n1rdeks ee4ecce638
feat: Added a Tokyonight for ST terminal (work on 0.9ver) (#262)
* Added a Tokyonight for ST terminal (work on 0.9ver)

* fix README.md
2022-11-10 20:10:48 +01:00