New theme pair: Rosé Pine
This commit is contained in:
@@ -84,6 +84,7 @@ Colour themes included with novelWriter were adapted from the following sources:
|
|||||||
* **Nord** theme by Sven Greb
|
* **Nord** theme by Sven Greb
|
||||||
* **Owl** themes by Sarah Drasner
|
* **Owl** themes by Sarah Drasner
|
||||||
* **Primer** themes by GitHub, Inc. and Myian
|
* **Primer** themes by GitHub, Inc. and Myian
|
||||||
|
* **Rosé Pine** themes by Rosé Pine
|
||||||
* **Snazzy Light** theme by Florian Reuschel
|
* **Snazzy Light** theme by Florian Reuschel
|
||||||
* **Solarized** themes by Ethan Schoonover
|
* **Solarized** themes by Ethan Schoonover
|
||||||
* **Tango** themes by the Tango Desktop Project
|
* **Tango** themes by the Tango Desktop Project
|
||||||
|
|||||||
@@ -101,6 +101,7 @@ constraints. These themes include a subset of icons from:</p>
|
|||||||
<li><b>Nord</b> theme by Sven Greb</li>
|
<li><b>Nord</b> theme by Sven Greb</li>
|
||||||
<li><b>Owl</b> themes by Sarah Drasner</li>
|
<li><b>Owl</b> themes by Sarah Drasner</li>
|
||||||
<li><b>Primer</b> themes by GitHub, Inc. and Myian</li>
|
<li><b>Primer</b> themes by GitHub, Inc. and Myian</li>
|
||||||
|
<li><b>Rosé Pine</b> themes by Rosé Pine</li>
|
||||||
<li><b>Snazzy Light</b> theme by Florian Reuschel</li>
|
<li><b>Snazzy Light</b> theme by Florian Reuschel</li>
|
||||||
<li><b>Solarized</b> themes by Ethan Schoonover</li>
|
<li><b>Solarized</b> themes by Ethan Schoonover</li>
|
||||||
<li><b>Tango</b> themes by the Tango Desktop Project</li>
|
<li><b>Tango</b> themes by the Tango Desktop Project</li>
|
||||||
|
|||||||
@@ -0,0 +1,75 @@
|
|||||||
|
[Main]
|
||||||
|
name = Rosé Pine
|
||||||
|
mode = dark
|
||||||
|
author = Myian
|
||||||
|
credit = Rosé Pine
|
||||||
|
url = https://rosepinetheme.com
|
||||||
|
|
||||||
|
[Base]
|
||||||
|
base = #191724
|
||||||
|
default = #e0def4
|
||||||
|
faded = #908caa
|
||||||
|
red = #eb6f92
|
||||||
|
orange = #ebbcba
|
||||||
|
yellow = #f6c177
|
||||||
|
green = #6dca94
|
||||||
|
cyan = #31748f
|
||||||
|
blue = #9ccfd8
|
||||||
|
purple = #c4a7e7
|
||||||
|
|
||||||
|
[Project]
|
||||||
|
root = default
|
||||||
|
folder = orange
|
||||||
|
file = default
|
||||||
|
title = red
|
||||||
|
chapter = cyan
|
||||||
|
scene = blue
|
||||||
|
note = yellow
|
||||||
|
active = blue
|
||||||
|
inactive = red
|
||||||
|
disabled = #6e6a86
|
||||||
|
|
||||||
|
[Palette]
|
||||||
|
window = base
|
||||||
|
windowtext = default
|
||||||
|
base = base
|
||||||
|
alternatebase = #403d52
|
||||||
|
text = default
|
||||||
|
tooltipbase = orange
|
||||||
|
tooltiptext = base
|
||||||
|
button = #1f1d2e
|
||||||
|
buttontext = default
|
||||||
|
brighttext = base
|
||||||
|
highlight = red
|
||||||
|
highlightedtext = base
|
||||||
|
link = red
|
||||||
|
linkvisited = red
|
||||||
|
accent = red
|
||||||
|
|
||||||
|
[GUI]
|
||||||
|
helptext = faded
|
||||||
|
fadedtext = faded
|
||||||
|
errortext = red
|
||||||
|
|
||||||
|
[Syntax]
|
||||||
|
background = base
|
||||||
|
text = default
|
||||||
|
line = #21202e
|
||||||
|
link = orange
|
||||||
|
headertext = purple
|
||||||
|
headertag = purple:128
|
||||||
|
emphasis = purple
|
||||||
|
dialog = red
|
||||||
|
altdialog = orange
|
||||||
|
note = yellow
|
||||||
|
hidden = faded
|
||||||
|
shortcode = cyan
|
||||||
|
keyword = cyan
|
||||||
|
tag = blue
|
||||||
|
value = blue
|
||||||
|
optional = faded
|
||||||
|
spellcheckline = red
|
||||||
|
errorline = blue
|
||||||
|
replacetag = yellow
|
||||||
|
modifier = cyan
|
||||||
|
texthighlight = #403d52
|
||||||
@@ -0,0 +1,75 @@
|
|||||||
|
[Main]
|
||||||
|
name = Rosé Pine Dawn
|
||||||
|
mode = light
|
||||||
|
author = Myian
|
||||||
|
credit = Rosé Pine
|
||||||
|
url = https://rosepinetheme.com
|
||||||
|
|
||||||
|
[Base]
|
||||||
|
base = #faf4ed
|
||||||
|
default = #575279
|
||||||
|
faded = #9893a5
|
||||||
|
red = #b4637a
|
||||||
|
orange = #d7827e
|
||||||
|
yellow = #ea9d34
|
||||||
|
green = #4aa771
|
||||||
|
cyan = #286983
|
||||||
|
blue = #56949f
|
||||||
|
purple = #9774be
|
||||||
|
|
||||||
|
[Project]
|
||||||
|
root = default
|
||||||
|
folder = orange
|
||||||
|
file = default
|
||||||
|
title = red
|
||||||
|
chapter = cyan
|
||||||
|
scene = blue
|
||||||
|
note = yellow
|
||||||
|
active = blue
|
||||||
|
inactive = red
|
||||||
|
disabled = faded
|
||||||
|
|
||||||
|
[Palette]
|
||||||
|
window = base
|
||||||
|
windowtext = default
|
||||||
|
base = base
|
||||||
|
alternatebase = #dfdad9
|
||||||
|
text = default
|
||||||
|
tooltipbase = #ebbcba
|
||||||
|
tooltiptext = default
|
||||||
|
button = #fffaf3
|
||||||
|
buttontext = default
|
||||||
|
brighttext = base
|
||||||
|
highlight = red
|
||||||
|
highlightedtext = #ffffff
|
||||||
|
link = red
|
||||||
|
linkvisited = red
|
||||||
|
accent = red
|
||||||
|
|
||||||
|
[GUI]
|
||||||
|
helptext = #797593
|
||||||
|
fadedtext = faded
|
||||||
|
errortext = red
|
||||||
|
|
||||||
|
[Syntax]
|
||||||
|
background = base
|
||||||
|
text = default
|
||||||
|
line = #f4ede8
|
||||||
|
link = orange
|
||||||
|
headertext = purple
|
||||||
|
headertag = purple:128
|
||||||
|
emphasis = purple
|
||||||
|
dialog = red
|
||||||
|
altdialog = orange
|
||||||
|
note = #cf8927
|
||||||
|
hidden = faded
|
||||||
|
shortcode = cyan
|
||||||
|
keyword = cyan
|
||||||
|
tag = blue
|
||||||
|
value = blue
|
||||||
|
optional = faded
|
||||||
|
spellcheckline = red
|
||||||
|
errorline = blue
|
||||||
|
replacetag = #cf8927
|
||||||
|
modifier = cyan
|
||||||
|
texthighlight = #dfdad9
|
||||||
Reference in New Issue
Block a user