3 Commit-ok 5539c17d64 ... 7d797e9a50

Szerző SHA1 Üzenet Dátum
  ShakalnyKot 7d797e9a50 iwojfowijfow 2 hete
  ShakalnyKot cec09c83fa wiofwjoifwjoif 2 hete
  ShakalnyKot aaaacb3621 wiofjwofjwoi 2 hete
1 módosított fájl, 3 hozzáadás és 3 törlés
  1. 3 3
      colors/my_colors.lua

+ 3 - 3
colors/my_colors.lua

@@ -34,10 +34,10 @@ function my_colors:set_syntax_highlight()
     })
 
     highlight({ "Constant", "Character", "Number", "Boolean", "Float" }, {
-        fg = self.palette.grey,
+        fg = "#727272",
         bg = "NONE",
         bold = true,
-        underline = true,
+        -- underline = true,
     })
 
     highlight({ "Title", "@markup.heading" }, {
@@ -65,7 +65,7 @@ function my_colors:set_syntax_highlight()
         Keyword = { fg = self.palette.bright_yellow, bold = true },
         Exception = { fg = self.palette.red },
 
-        Comment = { fg = self.palette.grey },
+        Comment = { fg = self.palette.bright_black },
         Macro = { fg = self.palette.magenta },
 
         Type = { fg = self.palette.blue, italic = true },