Merge and update the owl and tango themes
This commit is contained in:
@@ -0,0 +1,91 @@
|
||||
[Main]
|
||||
name = Light Owl
|
||||
mode = light
|
||||
author = Veronica Berglyd Olsen (adaptation)
|
||||
credit = Sarah Drasner (color theme)
|
||||
url = https://github.com/sdras/night-owl-vscode-theme
|
||||
license = MIT License
|
||||
licenseurl = https://github.com/sdras/night-owl-vscode-theme/blob/master/LICENSE
|
||||
|
||||
##
|
||||
# Theme: Light Owl
|
||||
# Source: https://github.com/sdras/night-owl-vscode-theme
|
||||
# Credit: Sarah Drasner
|
||||
##
|
||||
# Colours:
|
||||
# Background = #fbfbfb
|
||||
# Current Line = #e0e0e0
|
||||
# Selection = #e0e0e0
|
||||
# Foreground = #403f52
|
||||
# Comment = #989fb1
|
||||
# Red = #de3d3a
|
||||
# Orange = #e0af05
|
||||
# Yellow = #daaa01
|
||||
# Green = #08916a
|
||||
# Aqua = #2aa298
|
||||
# Blue = #288ed7
|
||||
# Purple = #964ac1
|
||||
##
|
||||
|
||||
[Base]
|
||||
default = #403f52
|
||||
faded = #989fb1
|
||||
red = #de3d3a
|
||||
orange = #e0af05
|
||||
yellow = #daaa01
|
||||
green = #08916a
|
||||
aqua = #2aa298
|
||||
blue = #288ed7
|
||||
purple = #964ac1
|
||||
|
||||
[Project]
|
||||
root = blue
|
||||
folder = yellow
|
||||
file = default
|
||||
title = green
|
||||
chapter = red
|
||||
scene = blue
|
||||
note = yellow
|
||||
|
||||
[Palette]
|
||||
window = #e0e0e0
|
||||
windowtext = default
|
||||
base = #fbfbfb
|
||||
alternatebase = #e0e0e0
|
||||
text = default
|
||||
tooltipbase = #ffffc0
|
||||
tooltiptext = #15150d
|
||||
button = #e0e0e0
|
||||
buttontext = default
|
||||
brighttext = #e0e0e0
|
||||
highlight = #3087c6
|
||||
highlightedtext = #ffffff
|
||||
link = blue
|
||||
linkvisited = blue
|
||||
|
||||
[GUI]
|
||||
helptext = blue
|
||||
fadedtext = faded
|
||||
errortext = red
|
||||
|
||||
[Syntax]
|
||||
background = #fbfbfb
|
||||
text = default
|
||||
link = blue
|
||||
headertext = blue
|
||||
headertag = blue, 160
|
||||
emphasis = orange
|
||||
dialog = green
|
||||
altdialog = yellow
|
||||
note = #80764b
|
||||
hidden = faded
|
||||
shortcode = blue
|
||||
keyword = red
|
||||
tag = purple
|
||||
value = orange
|
||||
optional = blue
|
||||
spellcheckline = red
|
||||
errorline = green
|
||||
replacetag = aqua
|
||||
modifier = green
|
||||
texthighlight = yellow, 96
|
||||
Reference in New Issue
Block a user