]> git.lizzy.rs Git - micro.git/blobdiff - internal/config/colorscheme.go
More style improvements
[micro.git] / internal / config / colorscheme.go
index 96bcb1ff7412f3a949caa0a2abc604c37bdc1365..5222cd54d4ac85a7325171296cf7837397eff3d5 100644 (file)
@@ -9,10 +9,10 @@ import (
        "github.com/zyedidia/tcell/v2"
 )
 
-// Micro's default style
+// DefStyle is Micro's default style
 var DefStyle tcell.Style = tcell.StyleDefault
 
-// The current colorscheme
+// Colorscheme is the current colorscheme
 var Colorscheme map[string]tcell.Style
 
 // GetColor takes in a syntax group and returns the colorscheme's style for that group