Skip to content

Commit 27d47e5

Browse files
committed
feat(icons): align selected kind/type glyphs with catppuccin's set
Hand-picked 8 glyphs (Constant, Event, Method, Module, Package, Value, Variable, Number) to match catppuccin's lsp_saga icon set, per RFC #1415. These feed both Lspsaga's kind icons and blink.cmp's completion menu, so the change keeps them visually consistent.
1 parent b4349ee commit 27d47e5

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

lua/modules/utils/icons.lua

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ local data = {
77
Case = "󰬶",
88
Class = "󰠱",
99
Color = "󰏘",
10-
Constant = "󰏿",
10+
Constant = "",
1111
Constructor = "",
1212
Continue = "󰞘",
1313
Declaration = "󰙠",
1414
Delete = "󱟁",
1515
Enum = "",
1616
EnumMember = "",
17-
Event = "",
17+
Event = "",
1818
Field = "󰇽",
1919
File = "󰈙",
2020
Folder = "󰉋",
@@ -25,11 +25,11 @@ local data = {
2525
Keyword = "󰌋",
2626
List = "󰅪",
2727
Loop = "󰑖",
28-
Method = "󰆧",
29-
Module = "",
28+
Method = "",
29+
Module = "",
3030
Namespace = "󰌗",
3131
Operator = "󰆕",
32-
Package = "",
32+
Package = "󰏖",
3333
Property = "󰜢",
3434
Reference = "",
3535
Regex = "",
@@ -41,8 +41,8 @@ local data = {
4141
TypeParameter = "󰅲",
4242
Undefined = "",
4343
Unit = "",
44-
Value = "󰎠",
45-
Variable = "",
44+
Value = "󰆧",
45+
Variable = "",
4646
-- ccls-specific icons
4747
Macro = "",
4848
Parameter = "",
@@ -54,7 +54,7 @@ local data = {
5454
Array = "󰅪",
5555
Boolean = "",
5656
Null = "󰟢",
57-
Number = "",
57+
Number = "󰎠",
5858
Object = "󰅩",
5959
String = "󰉿",
6060
},

0 commit comments

Comments
 (0)