Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding marks for using lightweight markups such as txt2tags #2

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 27 additions & 1 deletion colorschemes/bespin.conf
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ operator=#5ea6ea
decorator=string_1,bold
other=#ddf2a4

# Markup-type languages
# Structured markup languages
#-------------------------------------------------------------------------------

tag=#ac885b
Expand All @@ -113,6 +113,32 @@ attribute_unknown=#937121
value=string_1
entity=default

# Light-weight markup languages
#-------------------------------------------------------------------------------

# foreground;background;bold;italic
markup_strong=#729F9C;;true
markup_emphasis=#ce5c00;;;true
markup_underlined=#8AB634
markup_strikeout=#75507b
markup_header_1=#ff901e;;true
markup_header_2=markup_header_1
markup_header_3=#ff901e;;true
markup_header_4=markup_header_3
markup_header_5=markup_header_3
markup_header_6=markup_header_3
markup_ulist_item=0xef2929
markup_olist_item=0xef2929
markup_hrule=#ff901e
markup_link=#729F9C;;;true
markup_blockquote=#3465a4
markup_code=markup_blockquote
markup_code_block=markup_blockquote
markup_comment=#786442;;;true
markup_option=#75507b;;;true
markup_preproc=#c4a000;;;true
markup_postproc=#ce5c00;;;true

# Diff
#-------------------------------------------------------------------------------

Expand Down
28 changes: 27 additions & 1 deletion colorschemes/black.conf
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ operator=#fc0
decorator=string_1,bold
other=default

# Markup-type languages
# Structured markup languages
#-------------------------------------------------------------------------------

tag=#6f0;#000;false;false
Expand All @@ -117,6 +117,32 @@ attribute_unknown=#fff;#000;false;false
value=#6f0;#000;false;false
entity=#fff;#000;false;false

# Light-weight markup languages
#-------------------------------------------------------------------------------

markup_strong=#00FFFF;;true
markup_emphasis=#FF5500;;;true
markup_underlined=#00FF00
markup_strikeout=#FF00FF
markup_header_1=#FF0000;;true
markup_header_2=#E20700;;true
markup_header_3=#A81D05;;true
markup_header_4=#871704;;true
markup_header_5=#871704;;true
markup_header_6=#871704;;true
markup_ulist_item=#E300EE
markup_olist_item=#E300EE
markup_hrule=#ff901e
markup_link=#05FFFF;;;true
markup_blockquote=#009f00
markup_code=#009f00
markup_code_block=#009f00
markup_comment=#777777;;;true
markup_option=#C0036E;;;true
markup_preproc=#848B00;;;true
markup_postproc=#C05600;;;true


# Diff
#-------------------------------------------------------------------------------

Expand Down
25 changes: 24 additions & 1 deletion colorschemes/dark-fruit-salad.conf
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ operator=default
decorator=string_1,bold
other=default

# Markup-type languages
# Structured markup languages
#-------------------------------------------------------------------------------

tag=keyword
Expand All @@ -113,6 +113,29 @@ attribute_unknown=attribute,bold
value=string_1
entity=default

# foreground;background;bold;italic
markup_strong=#729fcf;;true
markup_emphasis=#e9b96e;;;true
markup_underlined=#4e9a06
markup_strikeout=#ad7fa8
markup_header_1=#ef2929;;true
markup_header_2=#cc0000;;true
markup_header_3=#cc0000;;true
markup_header_4=#cc0000;;true
markup_header_5=#cc0000;;true
markup_header_6=#cc0000;;true
markup_ulist_item=#ef2929
markup_olist_item=#ef2929
markup_hrule=#ff901e
markup_link=#729fcf;;;true
markup_blockquote=#4e9a06
markup_code=#4e9a06
markup_code_block=#4e9a06
markup_comment=#888a85;;;true
markup_option=#75507b;;;true
markup_preproc=#c4a000;;;true
markup_postproc=#ce5c00;;;true

# Diff
#-------------------------------------------------------------------------------

Expand Down
28 changes: 27 additions & 1 deletion colorschemes/dark.conf
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ operator=#98bac5;#1e1e1e;true;false
decorator=#808000;#1e1e1e;false;false
other=#fff;#1e1e1e;false;false

# Markup-type languages
# Structured markup languages
#-------------------------------------------------------------------------------

tag=#7392cf;#1e1e1e;false;false
Expand All @@ -112,6 +112,32 @@ attribute_unknown=#fff;#8c0101;false;false
value=#4575b6;#1e1e1e;false;false
entity=#ffa95c;#2c2821;false;false

# Light-weight markup languages
#-------------------------------------------------------------------------------

# foreground;background;bold;italic
markup_strong=#729fcf;;true
markup_emphasis=#ffcb4f;;;true
markup_underlined=#2e8b57
markup_strikeout=#ad7fa8
markup_header_1=#ef2929;;true
markup_header_2=#cc0000;;true
markup_header_3=markup_header_2
markup_header_4=markup_header_2
markup_header_5=markup_header_2
markup_header_6=markup_header_2
markup_ulist_item=#ef2929
markup_olist_item=markup_ulist_item
markup_hrule=#ff901e
markup_link=#729fcf;;;true
markup_blockquote=markup_underlined
markup_code=markup_blockquote
markup_code_block=markup_blockquote
markup_comment=#888a85;;;true
markup_option=#75507b;;;true
markup_preproc=#c4a000;;;true
markup_postproc=#ce5c00;;;true

# Diff
#-------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion colorschemes/fluffy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ operator=default
decorator=red;;true
other=default

# Markup-type languages
# Structured markup languages
#-------------------------------------------------------------------------------

tag=green
Expand Down
27 changes: 26 additions & 1 deletion colorschemes/gedit.conf
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ decorator=string_1,bold
other=default
extra=keyword

# Markup-type languages
# Structured markup languages
#-------------------------------------------------------------------------------

tag=identifier_4
Expand All @@ -112,6 +112,31 @@ attribute_unknown=attribute,bold
value=string_1
entity=default

# Light-weight markup languages
#-------------------------------------------------------------------------------

markup_strong=#3465a4;;true
markup_emphasis=#c17d11;;;true
markup_underlined=#4e9a06
markup_strikeout=#75507b
markup_header_1=#a40000;;true
markup_header_2=#cc0000;;true
markup_header_3=#ef2929;;true
markup_header_4=#ef2929;;true
markup_header_5=#ef2929;;true
markup_header_6=#ef2929;;true
markup_ulist_item=#ef2929
markup_olist_item=#ef2929
markup_hrule=#ff901e
markup_link=#204a87;;;true
markup_blockquote=#4e9a06
markup_code=#4e9a06
markup_code_block=#4e9a06
markup_comment=#888a85;;;true
markup_option=#75507b;;;true
markup_preproc=#c4a000;;;true
markup_postproc=#ce5c00;;;true

# Diff
#-------------------------------------------------------------------------------

Expand Down
28 changes: 27 additions & 1 deletion colorschemes/github.conf
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ operator=default
decorator=string_1,bold
other=default

# Markup-type languages
# Structured markup languages
#-------------------------------------------------------------------------------

tag=type
Expand All @@ -114,6 +114,32 @@ attribute_unknown=attribute,bold
value=string_1
entity=default

# Light-weight markup languages
#-------------------------------------------------------------------------------

markup_strong=#0086B3;;true
markup_emphasis=#c17d11;;;true
markup_underlined=#4e9a06
markup_strikeout=#75507b
markup_header_1=#0f8787;;true
markup_header_2=markup_header_1
markup_header_3=#0f8787;;true
markup_header_4=markup_header_3
markup_header_5=markup_header_3
markup_header_6=markup_header_3
markup_ulist_item=#ef2929
markup_olist_item=markup_ulist_item
markup_hrule=#ff901e
markup_link=#0086B3;;;true
markup_blockquote=#4e9a06
markup_code=markup_blockquote
markup_code_block=markup_blockquote
markup_comment=#998;;;true
markup_option=#75507b;;;true
markup_preproc=#c4a000;;;true
markup_postproc=#ce5c00;;;true


# Diff
#-------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion colorschemes/inkpot.conf
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ operator=#eee8d5
decorator=#e76000;;true
other=#808bed

# Markup-type languages
# Structured markup languages
#-------------------------------------------------------------------------------

tag=type
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/kugel.conf
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ decorator=preprocessor
other=default
extra=#404080

# Markup-type languages
# Structured markup languages
#-------------------------------------------------------------------------------

tag=type
Expand Down
28 changes: 27 additions & 1 deletion colorschemes/mc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ operator=#ff0
decorator=string_1,bold
other=#404080

# Markup-type languages
# Structured markup languages
#-------------------------------------------------------------------------------

tag=type
Expand All @@ -109,6 +109,32 @@ attribute_unknown=attribute,bold
value=string_1
entity=default

# Light-weight markup languages
#-------------------------------------------------------------------------------

markup_strong=#00FFFF;;true
markup_emphasis=#FF5500;;;true
markup_underlined=#00FF00
markup_strikeout=#FF00FF
markup_header_1=#FF0000;;true
markup_header_2=#E20700;;true
markup_header_3=#A81D05;;true
markup_header_4=#871704;;true
markup_header_5=markup_header_4
markup_header_6=markup_header_4
markup_ulist_item=#E300EE
markup_olist_item=markup_ulist_item
markup_hrule=#ff901e
markup_link=#05FFFF;;;true
markup_blockquote=#009f00
markup_code=markup_blockquote
markup_code_block=markup_blockquote
markup_comment=#777777;;;true
markup_option=#C0036E;;;true
markup_preproc=#848B00;;;true
markup_postproc=#C05600;;;true


# Diff
#-------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion colorschemes/monokai.conf
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ decorator=string_1,bold
other=default
extra=keyword;

# Markup-type languages
# Structured markup languages
#-------------------------------------------------------------------------------

tag=keyword
Expand Down
27 changes: 26 additions & 1 deletion colorschemes/notepad-plus-plus.conf
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ decorator=string_1,bold
other=default


# Markup-type languages
# Structured markup languages
#-------------------------------------------------------------------------------

tag=type
Expand All @@ -114,6 +114,31 @@ attribute_unknown=attribute,bold
value=#8000ff;#fff
entity=default

# Light-weight markup languages
#-------------------------------------------------------------------------------

markup_strong=#3465a4;;true
markup_emphasis=#c17d11;;;true
markup_underlined=#4e9a06
markup_strikeout=#75507b
markup_header1=#a40000;;true
markup_header_2=#cc0000;;true
markup_header_3=#ef2929;;true
markup_header_4=#ef2929;;true
markup_header_5=#ef2929;;true
markup_header_6=#ef2929;;true
markup_ulist_item=#ef2929
markup_olist_item=#ef2929
markup_hrule=#ff901e
markup_link=#204a87;;;true
markup_blockquote=#4e9a06
markup_code=#4e9a06
markup_code_block=#4e9a06
markup_comment=#888a85;;;true
markup_option=#75507b;;;true
markup_preproc=#c4a000;;;true
markup_postproc=#ce5c00;;;true

# Diff
#-------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion colorschemes/oblivion2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ operator=#ad7fa8;#2e3436;true;false
decorator=#729fcf;#2e3436;false;false
other=default

# Markup-type languages
# Structured markup languages
#-------------------------------------------------------------------------------

tag=#729fcf;#2e3436;true;false
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/pygments.conf
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ decorator=#a2f
other=default
extra=#204a87

# Markup-type languages
# Structured markup languages
#-------------------------------------------------------------------------------

tag=#008000;;true
Expand Down
2 changes: 1 addition & 1 deletion colorschemes/railcasts2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ operator=default
decorator=string_1,bold
other=default

# Markup-type languages
# Structured markup languages
#-------------------------------------------------------------------------------

tag=type
Expand Down
Loading