1
0
mirror of https://github.com/cmur2/joe-syntax.git synced 2024-12-22 02:54:23 +01:00

Remove all colors expecting 256 color support in terminal

Colors get replaced (if important enough) with matching color or are left out.
This commit is contained in:
cn 2015-02-18 19:42:13 +01:00
parent 3144127861
commit 90509e8b52
9 changed files with 39 additions and 39 deletions

View File

@ -12,20 +12,20 @@
# - distinct docstrings and module attributes # - distinct docstrings and module attributes
=Idle =Idle
=Comment fg_030 =Comment green
=Keyword bold =Keyword bold
=Bif fg_501 =Bif #fg_501
=String fg_110 =String cyan
=Extrapolation fg_200 bold =Extrapolation cyan bold
=Atom fg_530 =Atom red
=Attribute fg_505 =Attribute #fg_505
=ModAttr fg_141 =ModAttr yellow #fg_141
=Brace fg_440 =Brace magenta #fg_440
=Brack fg_311 =Brack magenta #fg_311
=Int fg_033 =Int cyan
=Def fg_115 =Def
=ModDef fg_101 =ModDef blue bold
=Underscore fg_310 =Underscore blue #fg_310 #brown
:idle Idle :idle Idle

View File

@ -5,25 +5,25 @@
=Idle =Idle
=Comment fg_030 =Comment green
=String fg_110 =String cyan #fg_110
=String_mod fg_200 bold =String_mod cyan bold #fg_200 bold
=String_esc fg_000 bold =String_esc cyan bold #fg_000 bold
=Int fg_033 =Int cyan #fg_033
=Record fg_530 =Record blue #fg_530
=Recatt =Recatt
=Fun fg_115 =Fun
=Module fg_101 =Module #fg_101
=Keyword bold =Keyword bold
=Guard fg_200 =Guard #fg_200
=Bif fg_501 =Bif #fg_501
=Type fg_141 =Type bold #fg_141
=Brace fg_440 =Brace magenta #fg_440
=Brack fg_311 =Brack magenta #fg_311
=Macro fg_330 =Macro #fg_330
=Variable fg_310 =Variable yellow #fg_310
=Attribute fg_505 =Attribute red #fg_505
=Char fg_330 bold =Char cyan #fg_330 bold
:idle Idle :idle Idle
* idle * idle

View File

@ -7,7 +7,7 @@
=Bad bold red =Bad bold red
=Brace magenta =Brace magenta
=Tag fg_310 =Tag blue
=Class yellow =Class yellow
=Id green =Id green
=Doctype bold magenta =Doctype bold magenta

View File

@ -8,8 +8,8 @@
=Table bold =Table bold
=Policy bold blue =Policy bold blue
=Option fg_310 # brown =Option yellow
=Module yellow =Module blue
:line_start Idle :line_start Idle
* rest noeat * rest noeat

View File

@ -8,7 +8,7 @@
=Bad bold red =Bad bold red
=Brace #magenta =Brace #magenta
=Variable fg_310 =Variable #yellow
=Predicate red =Predicate red
:idle Idle :idle Idle

View File

@ -8,7 +8,7 @@
=Type bold =Type bold
=Keyword bold =Keyword bold
=Bad bold red =Bad bold red
=Var fg_310 # brown =Var yellow #fg_310 # brown
=Brace magenta =Brace magenta
=KeywordAttr bold =KeywordAttr bold

View File

@ -15,7 +15,7 @@
=Bad bold red =Bad bold red
=Brace magenta =Brace magenta
=PrivateMember fg_310 # brown =PrivateMember yellow #fg_310 # brown
=Decorator red =Decorator red
:idle Idle :idle Idle

View File

@ -20,8 +20,8 @@
=Symbol red =Symbol red
=SymbolEscape bold red =SymbolEscape bold red
=ProcArg #yellow =ProcArg #yellow
=ClassMember fg_310 # brown =ClassMember yellow #fg_310 # brown
=GlobalVar yellow =GlobalVar #yellow
=ClassDecl bold blue =ClassDecl bold blue
# Detect pod # Detect pod

View File

@ -11,7 +11,7 @@
=Directive red =Directive red
=Reference yellow =Reference yellow
=LocalType fg_310 # brown =LocalType blue
=BlockDelim bold blue =BlockDelim bold blue
=BadTab inverse red =BadTab inverse red