From ace33ba9683db9d0882455aae69ed66196a2cf7b Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Wed, 30 Oct 2019 20:27:14 +0100 Subject: [PATCH] Added themes night owl + light owl --- nw/themes/syntax/light_owl.conf | 42 +++++++++++++++++++++++++++++++++ nw/themes/syntax/night_owl.conf | 42 +++++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+) create mode 100644 nw/themes/syntax/light_owl.conf create mode 100644 nw/themes/syntax/night_owl.conf diff --git a/nw/themes/syntax/light_owl.conf b/nw/themes/syntax/light_owl.conf new file mode 100644 index 000000000..8f6b54a53 --- /dev/null +++ b/nw/themes/syntax/light_owl.conf @@ -0,0 +1,42 @@ +## +# 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 +credit = Sarah Drasner +url = https://github.com/sdras/night-owl-vscode-theme + +[Syntax] +background = 251, 251, 251 +text = 64, 63, 82 +link = 40, 142, 215 +headertext = 40, 142, 215 +headertag = 40, 142, 215 +emphasis = 224, 175, 5 +straightquotes = 222, 61, 58 +doublequotes = 8, 145, 106 +singlequotes = 255, 235, 149 +hidden = 152, 159, 177 +keyword = 222, 61, 58 +value = 150, 74, 193 +spellcheckline = 222, 61, 58 +tagerror = 8, 145, 106 +replacetag = 42, 162, 152 diff --git a/nw/themes/syntax/night_owl.conf b/nw/themes/syntax/night_owl.conf new file mode 100644 index 000000000..32d22ddf0 --- /dev/null +++ b/nw/themes/syntax/night_owl.conf @@ -0,0 +1,42 @@ +## +# Theme: Night Owl +# Source: https://github.com/sdras/night-owl-vscode-theme +# Credit: Sarah Drasner +## +# Colours: +# Background = 011627 : 1, 22, 39 +# Current Line = 32374d : 50, 55, 77 +# Selection = 32374d : 50, 55, 77 +# Foreground = d6deeb : 214, 222, 235 +# Comment = 637777 : 99, 119, 119 +# Red = f78c6c : 247, 140, 108 +# Orange = ecc48d : 236, 196, 141 +# Yellow = ffeb95 : 255, 235, 149 +# Green = addb67 : 173, 219, 103 +# Aqua = 7fdbca : 127, 219, 202 +# Blue = 82aaff : 130, 170, 255 +# Purple = c792ea : 199, 146, 234 +## + +[Main] +name = Night Owl +author = Veronica Berglyd Olsen +credit = Sarah Drasner +url = https://github.com/sdras/night-owl-vscode-theme + +[Syntax] +background = 1, 22, 39 +text = 214, 222, 235 +link = 130, 170, 255 +headertext = 130, 170, 255 +headertag = 130, 170, 255 +emphasis = 236, 196, 141 +straightquotes = 247, 140, 108 +doublequotes = 173, 219, 103 +singlequotes = 255, 235, 149 +hidden = 99, 119, 119 +keyword = 247, 140, 108 +value = 199, 146, 234 +spellcheckline = 247, 140, 108 +tagerror = 173, 219, 103 +replacetag = 127, 219, 202