diff options
Diffstat (limited to 'nvim/lua/theme/modifiers.lua')
| -rw-r--r-- | nvim/lua/theme/modifiers.lua | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/nvim/lua/theme/modifiers.lua b/nvim/lua/theme/modifiers.lua deleted file mode 100644 index 5f5b853..0000000 --- a/nvim/lua/theme/modifiers.lua +++ /dev/null @@ -1,16 +0,0 @@ -local mods = { - - bold = {"bold", "bold"}, - italic = {"italic", "italic"}, - underline = {"underline", "underline"}, - underdouble = {"underdouble", "underdouble"}, - underdoted = {"underdoted", "underdoted"}, - underdashed = {"underdashed", "underdashed"}, - undercurl = {"undercurl", "undercurl"}, - reverse = {"reverse", "reverse"}, - standout = {"standout", "standout"}, - altfont = {"altfont", "altfont"}, - strikethrough = {"strikethrough", "strikethrough"}, - none = {"NONE", "NONE"} -} -return mods |
