Merge and update the tomorrow themes
This commit is contained in:
@@ -50,23 +50,23 @@ fadedtext = #949494
|
||||
errortext = red
|
||||
|
||||
[Syntax]
|
||||
background = #363636
|
||||
text = default
|
||||
link = blue
|
||||
headertext = green
|
||||
headertag = green, 160
|
||||
emphasis = orange
|
||||
dialog = blue
|
||||
altdialog = blue
|
||||
note = yellow
|
||||
hidden = faded
|
||||
shortcode = green
|
||||
keyword = red
|
||||
tag = green
|
||||
value = blue
|
||||
optional = green
|
||||
spellcheckline = red
|
||||
errorline = green
|
||||
replacetag = green
|
||||
modifier = green
|
||||
texthighlight = yellow, 72
|
||||
background = #363636
|
||||
text = default
|
||||
link = blue
|
||||
headertext = green
|
||||
headertag = green, 160
|
||||
emphasis = orange
|
||||
dialog = blue
|
||||
altdialog = blue
|
||||
note = yellow
|
||||
hidden = faded
|
||||
shortcode = green
|
||||
keyword = red
|
||||
tag = green
|
||||
value = blue
|
||||
optional = green
|
||||
spellcheckline = red
|
||||
errorline = green
|
||||
replacetag = green
|
||||
modifier = green
|
||||
texthighlight = yellow, 72
|
||||
|
||||
@@ -0,0 +1,91 @@
|
||||
[Main]
|
||||
name = Tomorrow
|
||||
mode = light
|
||||
author = Veronica Berglyd Olsen (adaptation)
|
||||
credit = Chris Kempson (color theme)
|
||||
url = https://github.com/chriskempson/tomorrow-theme
|
||||
license = MIT License
|
||||
licenseurl = https://github.com/chriskempson/tomorrow-theme/blob/master/LICENSE.md
|
||||
|
||||
##
|
||||
# Theme: Tomorrow
|
||||
# Source: https://github.com/chriskempson/tomorrow-theme
|
||||
# Credit: Chris Kempson
|
||||
##
|
||||
# Colours:
|
||||
# Background = #ffffff
|
||||
# Current Line = #efefef
|
||||
# Selection = #d6d6d6
|
||||
# Foreground = #4d4d4c
|
||||
# Comment = #8e908c
|
||||
# Red = #c82829
|
||||
# Orange = #f5871f
|
||||
# Yellow = #eab700
|
||||
# Green = #718c00
|
||||
# Aqua = #3e999f
|
||||
# Blue = #4271ae
|
||||
# Purple = #8959a8
|
||||
##
|
||||
|
||||
[Base]
|
||||
default = #484848
|
||||
faded = #6c6c6c
|
||||
red = #c82829
|
||||
orange = #f5871f
|
||||
yellow = #eab700
|
||||
green = #718c00
|
||||
aqua = #3e999f
|
||||
blue = #4271ae
|
||||
purple = #8959a8
|
||||
|
||||
[Project]
|
||||
root = blue
|
||||
folder = yellow
|
||||
file = default
|
||||
title = green
|
||||
chapter = red
|
||||
scene = blue
|
||||
note = yellow
|
||||
|
||||
[Palette]
|
||||
window = #efefef
|
||||
windowtext = #000000
|
||||
base = #ffffff
|
||||
alternatebase = #d6d6d6
|
||||
text = #000000
|
||||
tooltipbase = #ffffdc
|
||||
tooltiptext = #000000
|
||||
button = #ffffff
|
||||
buttontext = #000000
|
||||
brighttext = #ffffff
|
||||
highlight = blue
|
||||
highlightedtext = #ffffff
|
||||
link = blue
|
||||
linkvisited = blue
|
||||
|
||||
[GUI]
|
||||
helptext = #5c5c5c
|
||||
fadedtext = faded
|
||||
errortext = red
|
||||
|
||||
[Syntax]
|
||||
background = #ffffff
|
||||
text = #4d4d4c
|
||||
link = blue
|
||||
headertext = blue
|
||||
headertag = blue, 160
|
||||
emphasis = orange
|
||||
dialog = green
|
||||
altdialog = yellow
|
||||
note = #b38c00
|
||||
hidden = faded
|
||||
shortcode = blue
|
||||
keyword = red
|
||||
tag = purple
|
||||
value = yellow
|
||||
optional = blue
|
||||
spellcheckline = red
|
||||
errorline = green
|
||||
replacetag = aqua
|
||||
modifier = orange
|
||||
texthighlight = yellow, 96
|
||||
@@ -0,0 +1,90 @@
|
||||
[Main]
|
||||
name = Tomorrow Night
|
||||
mode = dark
|
||||
author = Veronica Berglyd Olsen (adaptation)
|
||||
credit = Chris Kempson (color theme)
|
||||
url = https://github.com/chriskempson/tomorrow-theme
|
||||
license = MIT License
|
||||
licenseurl = https://github.com/chriskempson/tomorrow-theme/blob/master/LICENSE.md
|
||||
##
|
||||
# Theme: Tomorrow Night
|
||||
# Source: https://github.com/chriskempson/tomorrow-theme
|
||||
# Credit: Chris Kempson
|
||||
##
|
||||
# Colours:
|
||||
# Background = #1d1f21
|
||||
# Current Line = #282a2e
|
||||
# Selection = #373b41
|
||||
# Foreground = #c5c8c6
|
||||
# Comment = #969896
|
||||
# Red = #cc6666
|
||||
# Orange = #de935f
|
||||
# Yellow = #f0c674
|
||||
# Green = #b5bd68
|
||||
# Aqua = #8abeb7
|
||||
# Blue = #81a2be
|
||||
# Purple = #b294bb
|
||||
##
|
||||
|
||||
[Base]
|
||||
default = #c5c8c6
|
||||
faded = #969896
|
||||
red = #cc6666
|
||||
orange = #de935f
|
||||
yellow = #f0c674
|
||||
green = #b5bd68
|
||||
aqua = #8abeb7
|
||||
blue = #81a2be
|
||||
purple = #b294bb
|
||||
|
||||
[Project]
|
||||
root = blue
|
||||
folder = yellow
|
||||
file = default
|
||||
title = green
|
||||
chapter = red
|
||||
scene = blue
|
||||
note = yellow
|
||||
|
||||
[Palette]
|
||||
window = #282a2e
|
||||
windowtext = default
|
||||
base = #1d1f21
|
||||
alternatebase = #373b41
|
||||
text = default
|
||||
tooltipbase = #ffffc0
|
||||
tooltiptext = #15150d
|
||||
button = #1d1f21
|
||||
buttontext = default
|
||||
brighttext = #1d1f21
|
||||
highlight = #2c98f7
|
||||
highlightedtext = #ffffff
|
||||
link = blue
|
||||
linkvisited = blue
|
||||
|
||||
[GUI]
|
||||
helptext = #a4a4a4
|
||||
fadedtext = #949494
|
||||
errortext = red
|
||||
|
||||
[Syntax]
|
||||
background = #1d1f21
|
||||
text = default
|
||||
link = blue
|
||||
headertext = blue
|
||||
headertag = blue, 160
|
||||
emphasis = orange
|
||||
dialog = green
|
||||
altdialog = yellow
|
||||
note = #f0dbb2
|
||||
hidden = faded
|
||||
shortcode = blue
|
||||
keyword = red
|
||||
tag = purple
|
||||
value = yellow
|
||||
optional = blue
|
||||
spellcheckline = red
|
||||
errorline = green
|
||||
replacetag = aqua
|
||||
modifier = orange
|
||||
texthighlight = yellow, 96
|
||||
@@ -0,0 +1,91 @@
|
||||
[Main]
|
||||
name = Tomorrow Night Blue
|
||||
mode = dark
|
||||
author = Veronica Berglyd Olsen (adaptation)
|
||||
credit = Chris Kempson (color theme)
|
||||
url = https://github.com/chriskempson/tomorrow-theme
|
||||
license = MIT License
|
||||
licenseurl = https://github.com/chriskempson/tomorrow-theme/blob/master/LICENSE.md
|
||||
|
||||
##
|
||||
# Theme: Tomorrow Night Blue
|
||||
# Source: https://github.com/chriskempson/tomorrow-theme
|
||||
# Credit: Chris Kempson
|
||||
##
|
||||
# Colours:
|
||||
# Background = #002451
|
||||
# Current Line = #00346e
|
||||
# Selection = #003f8e
|
||||
# Foreground = #ffffff
|
||||
# Comment = #7285b7
|
||||
# Red = #ff9da4
|
||||
# Orange = #ffc58f
|
||||
# Yellow = #ffeead
|
||||
# Green = #d1f1a9
|
||||
# Aqua = #99ffff
|
||||
# Blue = #bbdaff
|
||||
# Purple = #ebbbff
|
||||
##
|
||||
|
||||
[Base]
|
||||
default = #ffffff
|
||||
faded = #7285b7
|
||||
red = #ff9da4
|
||||
orange = #ffc58f
|
||||
yellow = #ffeead
|
||||
green = #d1f1a9
|
||||
aqua = #99ffff
|
||||
blue = #bbdaff
|
||||
purple = #ebbbff
|
||||
|
||||
[Project]
|
||||
root = blue
|
||||
folder = yellow
|
||||
file = default
|
||||
title = green
|
||||
chapter = red
|
||||
scene = blue
|
||||
note = yellow
|
||||
|
||||
[Palette]
|
||||
window = #00346e
|
||||
windowtext = default
|
||||
base = #002451
|
||||
alternatebase = #003f8e
|
||||
text = default
|
||||
tooltipbase = #ffffc0
|
||||
tooltiptext = #15150d
|
||||
button = #002451
|
||||
buttontext = default
|
||||
brighttext = #002451
|
||||
highlight = #2c98f7
|
||||
highlightedtext = #ffffff
|
||||
link = blue
|
||||
linkvisited = blue
|
||||
|
||||
[GUI]
|
||||
helptext = #a4a4a4
|
||||
fadedtext = #949494
|
||||
errortext = red
|
||||
|
||||
[Syntax]
|
||||
background = #002451
|
||||
text = default
|
||||
link = blue
|
||||
headertext = blue
|
||||
headertag = blue, 160
|
||||
emphasis = orange
|
||||
dialog = green
|
||||
altdialog = yellow
|
||||
note = #fff4cc
|
||||
hidden = faded
|
||||
shortcode = blue
|
||||
keyword = red
|
||||
tag = purple
|
||||
value = yellow
|
||||
optional = blue
|
||||
spellcheckline = red
|
||||
errorline = green
|
||||
replacetag = aqua
|
||||
modifier = orange
|
||||
texthighlight = yellow, 96
|
||||
@@ -0,0 +1,91 @@
|
||||
[Main]
|
||||
name = Tomorrow Night Bright
|
||||
mode = dark
|
||||
author = Veronica Berglyd Olsen (adaptation)
|
||||
credit = Chris Kempson (color theme)
|
||||
url = https://github.com/chriskempson/tomorrow-theme
|
||||
license = MIT License
|
||||
licenseurl = https://github.com/chriskempson/tomorrow-theme/blob/master/LICENSE.md
|
||||
|
||||
##
|
||||
# Theme: Tomorrow Night Bright
|
||||
# Source: https://github.com/chriskempson/tomorrow-theme
|
||||
# Credit: Chris Kempson
|
||||
##
|
||||
# Colours:
|
||||
# Background = #000000
|
||||
# Current Line = #2a2a2a
|
||||
# Selection = #424242
|
||||
# Foreground = #eaeaea
|
||||
# Comment = #969896
|
||||
# Red = #d54e53
|
||||
# Orange = #e78c45
|
||||
# Yellow = #e7c547
|
||||
# Green = #b9ca4a
|
||||
# Aqua = #70c0b1
|
||||
# Blue = #7aa6da
|
||||
# Purple = #c397d8
|
||||
##
|
||||
|
||||
[Base]
|
||||
default = #eaeaea
|
||||
faded = #969896
|
||||
red = #d54e53
|
||||
orange = #e78c45
|
||||
yellow = #e7c547
|
||||
green = #b9ca4a
|
||||
aqua = #70c0b1
|
||||
blue = #7aa6da
|
||||
purple = #c397d8
|
||||
|
||||
[Project]
|
||||
root = blue
|
||||
folder = yellow
|
||||
file = default
|
||||
title = green
|
||||
chapter = red
|
||||
scene = blue
|
||||
note = yellow
|
||||
|
||||
[Palette]
|
||||
window = #2a2a2a
|
||||
windowtext = default
|
||||
base = #000000
|
||||
alternatebase = #424242
|
||||
text = default
|
||||
tooltipbase = #ffffc0
|
||||
tooltiptext = #15150d
|
||||
button = #000000
|
||||
buttontext = default
|
||||
brighttext = #000000
|
||||
highlight = #2c98f7
|
||||
highlightedtext = #ffffff
|
||||
link = blue
|
||||
linkvisited = blue
|
||||
|
||||
[GUI]
|
||||
helptext = #a4a4a4
|
||||
fadedtext = #949494
|
||||
errortext = red
|
||||
|
||||
[Syntax]
|
||||
background = #000000
|
||||
text = default
|
||||
link = blue
|
||||
headertext = blue
|
||||
headertag = blue, 160
|
||||
emphasis = orange
|
||||
dialog = green
|
||||
altdialog = yellow
|
||||
note = #e7d696
|
||||
hidden = faded
|
||||
shortcode = blue
|
||||
keyword = red
|
||||
tag = purple
|
||||
value = yellow
|
||||
optional = blue
|
||||
spellcheckline = red
|
||||
errorline = green
|
||||
replacetag = aqua
|
||||
modifier = orange
|
||||
texthighlight = yellow, 96
|
||||
@@ -0,0 +1,91 @@
|
||||
[Main]
|
||||
name = Tomorrow Night Eighties
|
||||
mode = dark
|
||||
author = Veronica Berglyd Olsen (adaptation)
|
||||
credit = Chris Kempson (color theme)
|
||||
url = https://github.com/chriskempson/tomorrow-theme
|
||||
license = MIT License
|
||||
licenseurl = https://github.com/chriskempson/tomorrow-theme/blob/master/LICENSE.md
|
||||
|
||||
##
|
||||
# Theme: Tomorrow Night Eighties
|
||||
# Source: https://github.com/chriskempson/tomorrow-theme
|
||||
# Credit: Chris Kempson
|
||||
##
|
||||
# Colours:
|
||||
# Background = #2d2d2d
|
||||
# Current Line = #393939
|
||||
# Selection = #515151
|
||||
# Foreground = #cccccc
|
||||
# Comment = #999999
|
||||
# Red = #f2777a
|
||||
# Orange = #f99157
|
||||
# Yellow = #ffcc66
|
||||
# Green = #99cc99
|
||||
# Aqua = #66cccc
|
||||
# Blue = #6699cc
|
||||
# Purple = #cc99cc
|
||||
##
|
||||
|
||||
[Base]
|
||||
default = #cccccc
|
||||
faded = #999999
|
||||
red = #f2777a
|
||||
orange = #f99157
|
||||
yellow = #ffcc66
|
||||
green = #99cc99
|
||||
aqua = #66cccc
|
||||
blue = #6699cc
|
||||
purple = #cc99cc
|
||||
|
||||
[Project]
|
||||
root = blue
|
||||
folder = yellow
|
||||
file = default
|
||||
title = green
|
||||
chapter = red
|
||||
scene = blue
|
||||
note = yellow
|
||||
|
||||
[Palette]
|
||||
window = #393939
|
||||
windowtext = default
|
||||
base = #2d2d2d
|
||||
alternatebase = #515151
|
||||
text = default
|
||||
tooltipbase = #ffffc0
|
||||
tooltiptext = #15150d
|
||||
button = #2d2d2d
|
||||
buttontext = default
|
||||
brighttext = #2d2d2d
|
||||
highlight = #2c98f7
|
||||
highlightedtext = #ffffff
|
||||
link = blue
|
||||
linkvisited = blue
|
||||
|
||||
[GUI]
|
||||
helptext = #a4a4a4
|
||||
fadedtext = #949494
|
||||
errortext = red
|
||||
|
||||
[Syntax]
|
||||
background = #2d2d2d
|
||||
text = default
|
||||
link = blue
|
||||
headertext = blue
|
||||
headertag = blue, 160
|
||||
emphasis = orange
|
||||
dialog = green
|
||||
altdialog = yellow
|
||||
note = #ffe6b3
|
||||
hidden = faded
|
||||
shortcode = blue
|
||||
keyword = red
|
||||
tag = purple
|
||||
value = yellow
|
||||
optional = blue
|
||||
spellcheckline = red
|
||||
errorline = green
|
||||
replacetag = aqua
|
||||
modifier = orange
|
||||
texthighlight = yellow, 96
|
||||
Reference in New Issue
Block a user