Skip to content

Commit 2486ef1

Browse files
committed
Cleanup util file
1 parent 81ea0d6 commit 2486ef1

File tree

8 files changed

+49
-540
lines changed

8 files changed

+49
-540
lines changed

.lazy.lua

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
-- Ported from TokyoNight's "Dev Mode" feature
2-
-- Shows colors and highlights while editing the theme, hot-reloads on save.
1+
-- https://github.com/scottmckendry/cyberdream.nvim/blob/main/.lazy.lua
32

43
-- All credits to the original author: @folke 💚
54
-- https://github.com/folke/tokyonight.nvim
@@ -50,7 +49,7 @@ local function load(group)
5049
cache[group] = {}
5150
local opts
5251
colors = require("rakis.colors").default
53-
colors.bg_solid = colors.bg ~= "NONE" and colors.bg or colors.bgAlt
52+
colors.bg_solid = colors.bg ~= "NONE" and colors.bg or colors.bg_highlight
5453
opts = require("rakis.config").options
5554
local highlights = require("rakis.extensions." .. group).get(opts, colors)
5655
for k, v in pairs(highlights) do

extras/fish/rakis-light.theme

+24-24
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,28 @@
33
# preferred_background: f1ebba
44

55
fish_color_normal ae8069
6-
fish_color_command 3d888e
7-
fish_color_param 694e91
8-
fish_color_keyword 5d895b
9-
fish_color_quote f2a50c
10-
fish_color_redirection 3386c1
11-
fish_color_end 694e91
12-
fish_color_comment 7d5d53
13-
fish_color_error e83c30
14-
fish_color_gray 7d5d53
15-
fish_color_selection --background=f5daca
16-
fish_color_search_match --background=f5daca
17-
fish_color_option f2a50c
18-
fish_color_operator 3386c1
19-
fish_color_escape 694e91
20-
fish_color_autosuggestion 7d5d53
21-
fish_color_cancel e83c30
22-
fish_color_cwd d66000
23-
fish_color_user ad97cd
24-
fish_color_host 5d895b
25-
fish_color_host_remote f2a50c
26-
fish_color_status e83c30
27-
fish_pager_color_progress 7d5d53
28-
fish_pager_color_prefix 3386c1
6+
fish_color_command 224e52
7+
fish_color_param 3c2e50
8+
fish_color_keyword 304530
9+
fish_color_quote 6c4c03
10+
fish_color_redirection 184c71
11+
fish_color_end 3c2e50
12+
fish_color_comment ccb66f
13+
fish_color_error 5f1610
14+
fish_color_gray ccb66f
15+
fish_color_selection --background=f5e6b2
16+
fish_color_search_match --background=f5e6b2
17+
fish_color_option 6c4c03
18+
fish_color_operator 184c71
19+
fish_color_escape 3c2e50
20+
fish_color_autosuggestion ccb66f
21+
fish_color_cancel 5f1610
22+
fish_color_cwd 723502
23+
fish_color_user 694e91
24+
fish_color_host 304530
25+
fish_color_host_remote 6c4c03
26+
fish_color_status 5f1610
27+
fish_pager_color_progress ccb66f
28+
fish_pager_color_prefix 184c71
2929
fish_pager_color_completion ae8069
30-
fish_pager_color_description 7d5d53
30+
fish_pager_color_description ccb66f

extras/lazygit/rakis-light.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ gui:
44
border: rounded
55
theme:
66
activeBorderColor:
7-
- "#994b52"
7+
- "#71363b"
88
inactiveBorderColor:
9-
- "#7d5d53"
9+
- "#ccb66f"
1010
searchingActiveBorderColor:
11-
- "#3d888e"
11+
- "#224e52"
1212
optionsTextColor:
13-
- "#f5daca"
13+
- "#f5e6b2"
1414
selectedLineBgColor:
15-
- "#f5daca"
15+
- "#f5e6b2"
1616
cherryPickedCommitBgColor:
17-
- "#f5daca"
17+
- "#f5e6b2"
1818
cherryPickedCommitFgColor:
19-
- "#fc9891"
19+
- "#e83c30"
2020
unstagedChangesColor:
21-
- "#f5be50"
21+
- "#b87d09"
2222
defaultFgColor:
2323
- "#ae8069"

extras/wezterm/rakis-light.lua

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ return {
88
cursor_border = "#ae8069",
99

1010
selection_fg = "#ae8069",
11-
selection_bg = "#f5daca",
11+
selection_bg = "#f5e6b2",
1212

1313
scrollbar_thumb = "#f1ebba",
1414
split = "#f1ebba",
1515

16-
ansi = { "#f1ebba", "#e83c30", "#5d895b", "#f2a50c", "#3386c1", "#694e91", "#3d888e", "#ae8069" },
17-
brights = { "#f5daca", "#fc9891", "#a2c3a1", "#fbdb9c", "#8cbbdd", "#ad97cd", "#8fc8d0", "#ae8069" },
18-
indexed = { [16] = "#d66000", [17] = "#e83c30" },
16+
ansi = { "#f1ebba", "#5f1610", "#304530", "#6c4c03", "#184c71", "#3c2e50", "#224e52", "#ae8069" },
17+
brights = { "#f5e6b2", "#e83c30", "#5d895b", "#f2a50c", "#3386c1", "#694e91", "#3d888e", "#ae8069" },
18+
indexed = { [16] = "#723502", [17] = "#5f1610" },
1919
}

extras/zellij/rakis-light.kdl

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ themes {
22
{
33
bg "#f1ebba"
44
fg "#ae8069"
5-
black "#271915"
6-
red "#e83c30"
7-
green "#5d895b"
8-
yellow "#f2a50c"
9-
blue "#3386c1"
10-
magenta "#994b52"
11-
cyan "#3d888e"
5+
black "#e2c88c"
6+
red "#5f1610"
7+
green "#304530"
8+
yellow "#6c4c03"
9+
blue "#184c71"
10+
magenta "#71363b"
11+
cyan "#224e52"
1212
white "#ae8069"
13-
orange "#d66000"
13+
orange "#723502"
1414
}
1515
}

lua/rakis/hsl.lua

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
-- https://github.com/EmmanuelOga/columns/blob/master/utils/color.lua
2-
31
local M = {}
42

53
--- Converts an HSL color value to RGB. Conversion formula

0 commit comments

Comments
 (0)