Skip to content

Commit

Permalink
generate light colors
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-courtis committed Jan 29, 2024
1 parent 10d0241 commit 43747e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lua/nvim-web-devicons/icons-light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -634,14 +634,14 @@ local icons_by_file_extension = {
},
["cu"] = {
icon = "",
color = "#89e051",
cterm_color = "113",
color = "#447028",
cterm_color = "22",
name = "cuda",
},
["cuh"] = {
icon = "",
color = "#a074c4",
cterm_color = "140",
color = "#6b4d83",
cterm_color = "96",
name = "cudah",
},
["cxx"] = {
Expand Down

0 comments on commit 43747e1

Please sign in to comment.