Skip to content

Commit 04e8324

Browse files
AlexandrosAlexiouAlexandros Alexiou
authored and
Alexandros Alexiou
committed
Add Groovy icon
1 parent 140edfc commit 04e8324

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

lua/nvim-web-devicons.lua

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ local filetypes = {
105105
["go"] = "go",
106106
["godot"] = "godot",
107107
["graphql"] = "graphql",
108+
["groovy"] = "groovy",
108109
["gql"] = "gql",
109110
["gruntfile"] = "gruntfile",
110111
["gulpfile"] = "gulpfile",

lua/nvim-web-devicons/icons-default.lua

+6
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,12 @@ local icons_by_filename = {
251251
cterm_color = "66",
252252
name = "Makefile",
253253
},
254+
["groovy"] = {
255+
icon = "",
256+
color = "#6f9cba",
257+
cterm_color = "6",
258+
name = "Groovy",
259+
},
254260
["gruntfile"] = {
255261
icon = "",
256262
color = "#e37933",

lua/nvim-web-devicons/icons-light.lua

+6
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,12 @@ local icons_by_filename = {
251251
cterm_color = "59",
252252
name = "Makefile",
253253
},
254+
["groovy"] = {
255+
icon = "",
256+
color = "#6f9cba",
257+
cterm_color = "6",
258+
name = "Groovy",
259+
},
254260
["gruntfile"] = {
255261
icon = "",
256262
color = "#975122",

0 commit comments

Comments
 (0)