diff options
Diffstat (limited to 'lib/color.tes')
-rw-r--r-- | lib/color.tes | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/color.tes b/lib/color.tes index f732848..dcf2065 100644 --- a/lib/color.tes +++ b/lib/color.tes @@ -79,4 +79,11 @@ !* Set up brace lightning *! :M[color.bracelight],34M[color.set] :M[color.error],35M[color.set] + + !* Configure fold margin *! + :M[color.linenumber]U.fU.b + Q.b,1ESSETFOLDMARGINCOLOUR Q.b,1ESSETFOLDMARGINHICOLOUR + 10000++,30ESMARKERDEFINE Q.f,30ESMARKERSETFORE Q.b,30ESMARKERSETBACK + 10000+-,31ESMARKERDEFINE Q.f,31ESMARKERSETFORE Q.b,31ESMARKERSETBACK + (2^*30 # 2^*31),2ESSETMARGINMASKN 0,2ESSETMARGINTYPEN } |