Skip to content

Commit d2578fa

Browse files
committed
refactor!: replace bgAlt & bgHighlight with bg_alt & bg_highlight
1 parent 05d44f6 commit d2578fa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+177
-181
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function M.get(opts, t)
5151
-- Add your highlights here
5252
-- See lua/cyberdream/colors.lua for a complete list of available colors in the palette
5353
HighlightGroupName = { fg = t.blue },
54-
AnotherHighlightGroupName = { fg = t.purple, bg = t.bgHighlight },
54+
AnotherHighlightGroupName = { fg = t.purple, bg = t.bg_highlight },
5555
}
5656

5757
return highlights

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ vim.api.nvim_create_autocmd("User", {
266266
| 🖌 | Hex | Color |
267267
| --------------------------------------------------------- | --------- | ----------- |
268268
| ![#16181a](https://place-hold.it/15/16181a/16181a?text=+) | `#16181a` | bg |
269-
| ![#1e2124](https://place-hold.it/15/1e2124/1e2124?text=+) | `#1e2124` | bgAlt |
270-
| ![#3c4048](https://place-hold.it/15/3c4048/3c4048?text=+) | `#3c4048` | bgHighlight |
269+
| ![#1e2124](https://place-hold.it/15/1e2124/1e2124?text=+) | `#1e2124` | bg_alt |
270+
| ![#3c4048](https://place-hold.it/15/3c4048/3c4048?text=+) | `#3c4048` | bg_highlight |
271271
| ![#ffffff](https://place-hold.it/15/ffffff/ffffff?text=+) | `#ffffff` | fg |
272272
| ![#7b8496](https://place-hold.it/15/7b8496/7b8496?text=+) | `#7b8496` | grey |
273273
| ![#5ea1ff](https://place-hold.it/15/5ea1ff/5ea1ff?text=+) | `#5ea1ff` | blue |
@@ -288,8 +288,8 @@ vim.api.nvim_create_autocmd("User", {
288288
| 🖌 | Hex | Color |
289289
| --------------------------------------------------------- | --------- | ----------- |
290290
| ![#ffffff](https://place-hold.it/15/ffffff/ffffff?text=+) | `#ffffff` | bg |
291-
| ![#eaeaea](https://place-hold.it/15/eaeaea/eaeaea?text=+) | `#eaeaea` | bgAlt |
292-
| ![#acacac](https://place-hold.it/15/acacac/acacac?text=+) | `#acacac` | bgHighlight |
291+
| ![#eaeaea](https://place-hold.it/15/eaeaea/eaeaea?text=+) | `#eaeaea` | bg_alt |
292+
| ![#acacac](https://place-hold.it/15/acacac/acacac?text=+) | `#acacac` | bg_highlight |
293293
| ![#16181a](https://place-hold.it/15/16181a/16181a?text=+) | `#16181a` | fg |
294294
| ![#7b8496](https://place-hold.it/15/7b8496/7b8496?text=+) | `#7b8496` | grey |
295295
| ![#0057d1](https://place-hold.it/15/0057d1/0057d1?text=+) | `#0057d1` | blue |

doc/cyberdream.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -279,9 +279,9 @@ Dark ~
279279
---------------------------------------------------- --------- -------------
280280
[#16181a] #16181a bg
281281

282-
[#1e2124] #1e2124 bgAlt
282+
[#1e2124] #1e2124 bg_alt
283283

284-
[#3c4048] #3c4048 bgHighlight
284+
[#3c4048] #3c4048 bg_highlight
285285

286286
[#ffffff] #ffffff fg
287287

@@ -312,9 +312,9 @@ Light ~
312312
---------------------------------------------------- --------- -------------
313313
[#ffffff] #ffffff bg
314314

315-
[#eaeaea] #eaeaea bgAlt
315+
[#eaeaea] #eaeaea bg_alt
316316

317-
[#acacac] #acacac bgHighlight
317+
[#acacac] #acacac bg_highlight
318318

319319
[#16181a] #16181a fg
320320

doc/tags

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
cyberdream-configuring cyberdream.txt /*cyberdream-configuring*
2+
cyberdream-contributing cyberdream.txt /*cyberdream-contributing*
3+
cyberdream-extras cyberdream.txt /*cyberdream-extras*
4+
cyberdream-features cyberdream.txt /*cyberdream-features*
5+
cyberdream-installation cyberdream.txt /*cyberdream-installation*
6+
cyberdream-links cyberdream.txt /*cyberdream-links*
7+
cyberdream-palette cyberdream.txt /*cyberdream-palette*
8+
cyberdream-table-of-contents cyberdream.txt /*cyberdream-table-of-contents*
9+
cyberdream-usage cyberdream.txt /*cyberdream-usage*
10+
cyberdream-‍-recipes cyberdream.txt /*cyberdream-‍-recipes*
11+
cyberdream.txt cyberdream.txt /*cyberdream.txt*

extras/helix/cyberdream-light.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"ui.statusline" = { fg = "cyan" }
77
"ui.selection" = "green"
88
"ui.selection.primary" = "magenta"
9-
"ui.virtual.ruler" = { bg = "bgHighlight" }
9+
"ui.virtual.ruler" = { bg = "bg_highlight" }
1010

1111
# Syntax Highlighting for Code
1212
"comment" = { fg = "grey", modifiers = ["italic"] }
@@ -41,10 +41,10 @@
4141
"label" = "red"
4242

4343
# Interface specific
44-
"ui.cursorline.primary" = { bg = "bgHighlight" }
45-
"ui.cursorline.secondary" = { bg = "bgAlt" }
46-
"ui.cursorcolumn.primary" = { bg = "bgHighlight" }
47-
"ui.cursorcolumn.secondary" = { bg = "bgAlt" }
44+
"ui.cursorline.primary" = { bg = "bg_highlight" }
45+
"ui.cursorline.secondary" = { bg = "bg_alt" }
46+
"ui.cursorcolumn.primary" = { bg = "bg_highlight" }
47+
"ui.cursorcolumn.secondary" = { bg = "bg_alt" }
4848
"ui.statusline.normal" = { fg = "fg", bg = "bg" }
4949
"ui.statusline.insert" = { fg = "green", bg = "bg" }
5050
"ui.statusline.select" = { fg = "blue", bg = "bg" }
@@ -63,7 +63,7 @@
6363

6464
# Popups and Menus
6565
"ui.popup" = { fg = "fg", bg = "bg" }
66-
"ui.popup.info" = { fg = "cyan", bg = "bgAlt" }
66+
"ui.popup.info" = { fg = "cyan", bg = "bg_alt" }
6767
"ui.menu" = { fg = "fg", bg = "bg" }
6868
"ui.menu.selected" = { fg = "bg", bg = "fg" }
6969

@@ -84,5 +84,5 @@ magenta = "#d100bf"
8484
pink = "#f40064"
8585
orange = "#d17c00"
8686
purple = "#a018ff"
87-
bgAlt = "#eaeaea"
88-
bgHighlight = "#acacac"
87+
bg_alt = "#eaeaea"
88+
bg_highlight = "#acacac"

extras/helix/cyberdream.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"ui.statusline" = { fg = "cyan" }
77
"ui.selection" = "green"
88
"ui.selection.primary" = "magenta"
9-
"ui.virtual.ruler" = { bg = "bgHighlight" }
9+
"ui.virtual.ruler" = { bg = "bg_highlight" }
1010

1111
# Syntax Highlighting for Code
1212
"comment" = { fg = "grey", modifiers = ["italic"] }
@@ -41,10 +41,10 @@
4141
"label" = "red"
4242

4343
# Interface specific
44-
"ui.cursorline.primary" = { bg = "bgHighlight" }
45-
"ui.cursorline.secondary" = { bg = "bgAlt" }
46-
"ui.cursorcolumn.primary" = { bg = "bgHighlight" }
47-
"ui.cursorcolumn.secondary" = { bg = "bgAlt" }
44+
"ui.cursorline.primary" = { bg = "bg_highlight" }
45+
"ui.cursorline.secondary" = { bg = "bg_alt" }
46+
"ui.cursorcolumn.primary" = { bg = "bg_highlight" }
47+
"ui.cursorcolumn.secondary" = { bg = "bg_alt" }
4848
"ui.statusline.normal" = { fg = "fg", bg = "bg" }
4949
"ui.statusline.insert" = { fg = "green", bg = "bg" }
5050
"ui.statusline.select" = { fg = "blue", bg = "bg" }
@@ -63,7 +63,7 @@
6363

6464
# Popups and Menus
6565
"ui.popup" = { fg = "fg", bg = "bg" }
66-
"ui.popup.info" = { fg = "cyan", bg = "bgAlt" }
66+
"ui.popup.info" = { fg = "cyan", bg = "bg_alt" }
6767
"ui.menu" = { fg = "fg", bg = "bg" }
6868
"ui.menu.selected" = { fg = "bg", bg = "fg" }
6969

@@ -84,5 +84,5 @@ magenta = "#ff5ef1"
8484
pink = "#ff5ea0"
8585
orange = "#ffbd5e"
8686
purple = "#bd5eff"
87-
bgAlt = "#1e2124"
88-
bgHighlight = "#3c4048"
87+
bg_alt = "#1e2124"
88+
bg_highlight = "#3c4048"

lua/cyberdream/colors.lua

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---@class CyberdreamPalette
22
---@field bg string
3-
---@field bgAlt string
4-
---@field bgHighlight string
3+
---@field bg_alt string
4+
---@field bg_highlight string
55
---@field bg_solid? string
66
---@field fg string
77
---@field grey string
@@ -22,8 +22,8 @@ local M = {}
2222

2323
M.default = {
2424
bg = "#16181a",
25-
bgAlt = "#1e2124",
26-
bgHighlight = "#3c4048",
25+
bg_alt = "#1e2124",
26+
bg_highlight = "#3c4048",
2727
fg = "#ffffff",
2828
grey = "#7b8496",
2929
blue = "#5ea1ff",
@@ -39,8 +39,8 @@ M.default = {
3939

4040
M.light = {
4141
bg = "#ffffff",
42-
bgAlt = "#eaeaea",
43-
bgHighlight = "#acacac",
42+
bg_alt = "#eaeaea",
43+
bg_highlight = "#acacac",
4444
fg = "#16181a",
4545
grey = "#7b8496",
4646
blue = "#0057d1",

lua/cyberdream/extensions/base.lua

+23-23
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ function M.get(opts, t)
88
opts = opts or {}
99
local highlights = {
1010
Comment = { fg = t.grey, italic = opts.italic_comments },
11-
ColorColumn = { bg = t.bgHighlight },
11+
ColorColumn = { bg = t.bg_highlight },
1212
Conceal = { fg = t.grey },
1313
Cursor = { fg = t.bg, bg = t.fg },
1414
ICursor = { fg = t.bg, bg = t.fg },
1515
CursorIM = { fg = t.bg, bg = t.fg },
16-
CursorColumn = { bg = t.bgHighlight },
17-
CursorLine = { bg = t.bgHighlight },
16+
CursorColumn = { bg = t.bg_highlight },
17+
CursorLine = { bg = t.bg_highlight },
1818
Directory = { fg = t.blue },
1919
DiffAdd = { bg = util.blend(t.bg_solid, t.green, 0.8) },
2020
DiffChange = { bg = util.blend(t.bg_solid, t.blue, 0.8) },
@@ -24,16 +24,16 @@ function M.get(opts, t)
2424
Removed = { fg = t.red },
2525
EndOfBuffer = { fg = t.bg },
2626
ErrorMsg = { fg = t.red },
27-
VertSplit = { fg = t.bgHighlight, bg = t.bg },
28-
WinSeparator = { fg = t.bgHighlight, bg = t.bg },
27+
VertSplit = { fg = t.bg_highlight, bg = t.bg },
28+
WinSeparator = { fg = t.bg_highlight, bg = t.bg },
2929
Folded = { fg = t.grey, bg = t.bg },
3030
FoldColumn = { fg = t.grey, bg = t.bg },
3131
SignColumn = { fg = t.grey, bg = t.bg },
3232
SignColumnSB = { fg = t.grey, bg = t.bg },
33-
Substitute = { fg = t.red, bg = t.bgHighlight },
34-
LineNr = { fg = util.blend(t.bgHighlight, t.fg, 0.9) },
33+
Substitute = { fg = t.red, bg = t.bg_highlight },
34+
LineNr = { fg = util.blend(t.bg_highlight, t.fg, 0.9) },
3535
CursorLineNr = { fg = t.grey },
36-
MatchParen = { fg = t.pink, bg = t.bgHighlight },
36+
MatchParen = { fg = t.pink, bg = t.bg_highlight },
3737
ModeMsg = { fg = t.fg },
3838
MsgArea = { fg = t.fg },
3939
MoreMsg = { fg = t.blue },
@@ -42,16 +42,16 @@ function M.get(opts, t)
4242
NormalNC = { fg = t.fg, bg = t.bg },
4343
NormalFloat = { fg = t.fg, bg = t.bg },
4444
FloatTitle = { fg = t.cyan, bg = t.bg },
45-
FloatBorder = { fg = t.bgHighlight, bg = t.bg },
45+
FloatBorder = { fg = t.bg_highlight, bg = t.bg },
4646
Pmenu = { fg = t.fg, bg = t.bg },
47-
PmenuSel = { fg = t.fg, bg = t.bgHighlight },
48-
PmenuSbar = { fg = t.bg, bg = t.bgHighlight },
49-
PmenuThumb = { fg = t.bg, bg = t.bgHighlight },
47+
PmenuSel = { fg = t.fg, bg = t.bg_highlight },
48+
PmenuSbar = { fg = t.bg, bg = t.bg_highlight },
49+
PmenuThumb = { fg = t.bg, bg = t.bg_highlight },
5050
Question = { fg = t.yellow },
51-
QuickFixLine = { bg = t.bgHighlight },
52-
Search = { fg = t.bgAlt, bg = t.fg },
53-
IncSearch = { fg = t.bgAlt, bg = t.cyan },
54-
CurSearch = { fg = t.bgAlt, bg = t.cyan },
51+
QuickFixLine = { bg = t.bg_highlight },
52+
Search = { fg = t.bg_alt, bg = t.fg },
53+
IncSearch = { fg = t.bg_alt, bg = t.cyan },
54+
CurSearch = { fg = t.bg_alt, bg = t.cyan },
5555
SpecialKey = { fg = t.grey },
5656
SpellBad = { sp = t.red, undercurl = true },
5757
SpellCap = { sp = t.yellow, undercurl = true },
@@ -61,14 +61,14 @@ function M.get(opts, t)
6161
StatusLineNC = { fg = t.grey, bg = t.bg },
6262
TabLine = { fg = t.grey, bg = t.bg },
6363
TabLineFill = { fg = t.grey, bg = t.bg },
64-
TabLineSel = { fg = t.fg, bg = t.bgHighlight },
64+
TabLineSel = { fg = t.fg, bg = t.bg_highlight },
6565
WinBar = { fg = t.fg, bg = t.bg },
6666
WinBarNC = { fg = t.grey, bg = t.bg },
6767
Title = { fg = t.fg },
68-
Visual = { bg = t.bgHighlight },
69-
VisualNOS = { bg = t.bgHighlight },
68+
Visual = { bg = t.bg_highlight },
69+
VisualNOS = { bg = t.bg_highlight },
7070
WarningMsg = { fg = t.orange },
71-
Whitespace = { fg = t.bgHighlight },
71+
Whitespace = { fg = t.bg_highlight },
7272
WildMenu = { fg = t.bg, bg = t.blue },
7373

7474
Constant = { fg = t.pink },
@@ -120,9 +120,9 @@ function M.get(opts, t)
120120
markdownH6 = { fg = t.green, bold = true },
121121
markdownLinkText = { fg = t.blue, underline = true },
122122

123-
LspReferenceText = { bg = t.bgHighlight },
124-
LspReferenceRead = { bg = t.bgHighlight },
125-
LspReferenceWrite = { bg = t.bgHighlight },
123+
LspReferenceText = { bg = t.bg_highlight },
124+
LspReferenceRead = { bg = t.bg_highlight },
125+
LspReferenceWrite = { bg = t.bg_highlight },
126126

127127
DiagnosticError = { fg = t.red },
128128
DiagnosticWarn = { fg = t.yellow },

lua/cyberdream/extensions/blinkcmp.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ function M.get(opts, t)
88
opts = opts or {}
99
local highlights = {
1010
BlinkCmpMenu = { link = "Pmenu" },
11-
BlinkCmpMenuBorder = { fg = util.blend(t.bgHighlight, t.grey, 0.7) },
12-
BlinkCmpMenuSelection = { bg = t.bgHighlight },
11+
BlinkCmpMenuBorder = { fg = util.blend(t.bg_highlight, t.grey, 0.7) },
12+
BlinkCmpMenuSelection = { bg = t.bg_highlight },
1313
BlinkCmpLabel = { fg = t.fg },
1414
BlinkCmpLabelDeprecated = { fg = t.grey, strikethrough = true },
1515
BlinkCmpLabelMatch = { fg = t.cyan },

lua/cyberdream/extensions/fzflua.lua

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ function M.get(opts, t)
77
opts = opts or {}
88

99
local highlights = {
10-
FzfLuaNormal = { bg = t.bgAlt },
11-
FzfLuaPreviewNormal = { bg = t.bgAlt },
12-
FzfLuaBorder = { fg = t.bgAlt, bg = t.bgAlt },
13-
FzfLuaTitle = { bg = t.blue, fg = t.bgAlt },
10+
FzfLuaNormal = { bg = t.bg_alt },
11+
FzfLuaPreviewNormal = { bg = t.bg_alt },
12+
FzfLuaBorder = { fg = t.bg_alt, bg = t.bg_alt },
13+
FzfLuaTitle = { bg = t.blue, fg = t.bg_alt },
1414

1515
FzfLuaFzfMatch = { fg = t.cyan },
1616
FzfLuaFzfQuery = { fg = t.blue },
1717
FzfLuaFzfPrompt = { fg = t.fg },
18-
FzfLuaFzfGutter = { bg = t.bgAlt },
18+
FzfLuaFzfGutter = { bg = t.bg_alt },
1919
FzfLuaFzfPointer = { fg = t.pink },
2020
FzfLuaFzfHeader = { fg = t.purple },
2121
FzfLuaFzfInfo = { fg = t.cyan },

lua/cyberdream/extensions/grapple.lua

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ function M.get(opts, t)
1313

1414
-- Inherit borderless theme from telescope (if enabled)
1515
if opts.borderless_telescope then
16-
highlights.GrappleNormal = { bg = t.bgAlt }
17-
highlights.GrappleBorder = { fg = t.bgAlt, bg = t.bgAlt }
18-
highlights.GrappleTitle = { fg = t.bgAlt, bg = t.cyan }
16+
highlights.GrappleNormal = { bg = t.bg_alt }
17+
highlights.GrappleBorder = { fg = t.bg_alt, bg = t.bg_alt }
18+
highlights.GrappleTitle = { fg = t.bg_alt, bg = t.cyan }
1919
end
2020

2121
return highlights

lua/cyberdream/extensions/grugfar.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function M.get(opts, t)
1515
GrugFarHelpWinActionDescription = { link = "Comment" },
1616

1717
GrugFarInputLabel = { fg = t.orange, bold = true },
18-
GrugFarInputPlaceholder = { fg = util.blend(t.bgHighlight, t.fg, 0.9), italic = true },
18+
GrugFarInputPlaceholder = { fg = util.blend(t.bg_highlight, t.fg, 0.9), italic = true },
1919

2020
GrugFarResultsHeader = { link = "Comment" },
2121
GrugFarResultsStats = { fg = t.yellow },

lua/cyberdream/extensions/helpview.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ function M.get(opts, t)
1313
HelpviewHeading3 = { fg = t.purple, bg = util.blend(t.bg_solid, t.purple, 0.8), bold = true },
1414
HelpviewHeading4 = { fg = t.magenta, bg = util.blend(t.bg_solid, t.magenta, 0.8), bold = true },
1515

16-
HelpviewCode = { bg = t.bgAlt },
16+
HelpviewCode = { bg = t.bg_alt },
1717
HelpviewInlineCode = { link = "HelpviewCode" },
18-
HelpviewCodeLanguage = { fg = t.grey, bg = t.bgAlt, italic = true },
18+
HelpviewCodeLanguage = { fg = t.grey, bg = t.bg_alt, italic = true },
1919

2020
HelpviewTaglink = { fg = t.blue },
2121
HelpviewOptionlink = { fg = util.blend(t.cyan, t.magenta, 0.4) },

lua/cyberdream/extensions/hop.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ function M.get(opts, t)
1414
bg = util.blend(t.bg_solid, t.cyan, 0.9),
1515
bold = true,
1616
},
17-
HopUnmatched = { fg = t.bgHighlight },
18-
HopPreview = { fg = t.fg, bg = t.bgHighlight },
17+
HopUnmatched = { fg = t.bg_highlight },
18+
HopPreview = { fg = t.fg, bg = t.bg_highlight },
1919
}
2020
return highlights
2121
end

lua/cyberdream/extensions/indentblankline.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ local M = {}
77
function M.get(opts, t)
88
opts = opts or {}
99
local highlights = {
10-
IblIndent = { fg = util.blend(t.bgHighlight, t.bgAlt, 0.3) },
11-
IblScope = { fg = t.bgHighlight },
10+
IblIndent = { fg = util.blend(t.bg_highlight, t.bg_alt, 0.3) },
11+
IblScope = { fg = t.bg_highlight },
1212
}
1313

1414
return highlights

lua/cyberdream/extensions/lazy.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ function M.get(opts, t)
88
local highlights = {
99
LazyH1 = { fg = t.blue, bold = true },
1010
LazyH2 = { fg = t.fg, bold = true },
11-
LazyButton = { fg = t.fg, bg = t.bgHighlight },
12-
LazyButtonActive = { fg = t.fg, bg = t.bgHighlight, bold = true },
11+
LazyButton = { fg = t.fg, bg = t.bg_highlight },
12+
LazyButtonActive = { fg = t.fg, bg = t.bg_highlight, bold = true },
1313

1414
LazyProgressDone = { bold = true, fg = t.magenta },
1515
LazyProgressTodo = { bold = true, fg = t.grey },

lua/cyberdream/extensions/leap.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function M.get(opts, t)
99
LeapMatch = { fg = t.fg, bg = t.magenta },
1010
LeapLabelPrimary = { fg = t.blue, bg = t.bg, bold = true },
1111
LeapLabelSecondary = { fg = t.green, bg = t.bg },
12-
LeapBackdrop = { fg = t.bgHighlight },
12+
LeapBackdrop = { fg = t.bg_highlight },
1313
}
1414

1515
return highlights

lua/cyberdream/extensions/markdown.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function M.get(opts, t)
2121
RenderMarkdownH5Bg = { bg = util.blend(t.bg_solid, t.magenta, 0.85) },
2222
RenderMarkdownH6Bg = { bg = util.blend(t.bg_solid, t.green, 0.85) },
2323

24-
RenderMarkdownCode = { bg = t.bgAlt },
24+
RenderMarkdownCode = { bg = t.bg_alt },
2525
RenderMarkdownBullet = { fg = t.grey },
2626
RenderMarkdownQuote = { link = "Comment" },
2727
RenderMarkdownDash = { fg = t.grey },

0 commit comments

Comments
 (0)