50 lines
1.5 KiB
Plaintext
50 lines
1.5 KiB
Plaintext
##
|
|
# Theme: Light Owl
|
|
# Source: https://github.com/sdras/night-owl-vscode-theme
|
|
# Credit: Sarah Drasner
|
|
##
|
|
# Colours:
|
|
# Background = fbfbfb : 251, 251, 251
|
|
# Current Line = e0e0e0 : 224, 224, 224
|
|
# Selection = e0e0e0 : 224, 224, 224
|
|
# Foreground = 403f52 : 64, 63, 82
|
|
# Comment = 989fb1 : 152, 159, 177
|
|
# Red = de3d3a : 222, 61, 58
|
|
# Orange = e0af05 : 224, 175, 5
|
|
# Yellow = daaa01 : 218, 170, 1
|
|
# Green = 08916a : 8, 145, 106
|
|
# Aqua = 2aa298 : 42, 162, 152
|
|
# Blue = 288ed7 : 40, 142, 215
|
|
# Purple = 964ac1 : 150, 74, 193
|
|
##
|
|
|
|
[Main]
|
|
name = Light Owl
|
|
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
|
|
|
|
[Syntax]
|
|
background = 251, 251, 251
|
|
text = 64, 63, 82
|
|
link = 40, 142, 215
|
|
headertext = 40, 142, 215
|
|
headertag = 40, 142, 215, 160
|
|
emphasis = 224, 175, 5
|
|
dialog = 8, 145, 106
|
|
altdialog = 218, 170, 1
|
|
note = 128, 118, 75
|
|
hidden = 152, 159, 177
|
|
shortcode = 40, 142, 215
|
|
keyword = 222, 61, 58
|
|
tag = 150, 74, 193
|
|
value = 224, 175, 5
|
|
optional = 40, 142, 215
|
|
spellcheckline = 222, 61, 58
|
|
errorline = 8, 145, 106
|
|
replacetag = 42, 162, 152
|
|
modifier = 8, 145, 106
|
|
texthighlight = 218, 170, 1, 96
|