Merge branch 'main' into story_comments_handling
This commit is contained in:
@@ -10,68 +10,68 @@ licenseurl = https://github.com/primer/brand/blob/main/LICENSE
|
|||||||
[Base]
|
[Base]
|
||||||
base = #ffffff
|
base = #ffffff
|
||||||
default = #1f2328
|
default = #1f2328
|
||||||
faded = #59636e
|
faded = #8c959f
|
||||||
red = #fa4549
|
red = #cf222e
|
||||||
orange = #e16f24
|
orange = #e16f24
|
||||||
yellow = #d4a72c
|
yellow = #d4a72c
|
||||||
green = #2da44e
|
green = #2da44e
|
||||||
cyan = #339D9B
|
cyan = #339d9b
|
||||||
blue = #0969da
|
blue = #0969da
|
||||||
purple = #a475f9
|
purple = #8557db
|
||||||
|
|
||||||
[Project]
|
[Project]
|
||||||
root = purple
|
root = #32383f
|
||||||
folder = orange
|
folder = orange
|
||||||
file = faded
|
file = #49bcb7
|
||||||
title = green
|
title = #116329
|
||||||
chapter = red
|
chapter = #2e934a
|
||||||
scene = blue
|
scene = #4ac26b
|
||||||
note = yellow
|
note = yellow
|
||||||
active = green
|
active = #24292f
|
||||||
inactive = red
|
inactive = faded
|
||||||
disabled = faded
|
disabled = #afb8c1
|
||||||
|
|
||||||
[Palette]
|
[Palette]
|
||||||
window = #eaeef2
|
window = #eaeef2
|
||||||
windowtext = default
|
windowtext = default
|
||||||
base = base
|
base = base
|
||||||
alternatebase = #dfe4e9
|
alternatebase = #dde3e8
|
||||||
text = default
|
text = default
|
||||||
tooltipbase = #fae17d
|
tooltipbase = #fff8c5
|
||||||
tooltiptext = #0c1117
|
tooltiptext = default
|
||||||
button = #f6f8fa
|
button = base
|
||||||
buttontext = default
|
buttontext = default
|
||||||
brighttext = faded
|
brighttext = base
|
||||||
highlight = #dafbe1
|
highlight = green
|
||||||
highlightedtext = #1a7f37
|
highlightedtext = base
|
||||||
link = blue
|
link = blue
|
||||||
linkvisited = blue
|
linkvisited = blue
|
||||||
accent = #dafbe1
|
accent = green
|
||||||
|
|
||||||
[GUI]
|
[GUI]
|
||||||
helptext = faded
|
helptext = #424a53
|
||||||
fadedtext = faded:128
|
fadedtext = #8c959f
|
||||||
errortext = #cf222e
|
errortext = red
|
||||||
|
|
||||||
[Syntax]
|
[Syntax]
|
||||||
background = base
|
background = base
|
||||||
text = faded
|
text = #424a53
|
||||||
line = default:32
|
line = #dde3e8
|
||||||
link = blue
|
link = blue
|
||||||
headertext = default
|
headertext = default
|
||||||
headertag = faded:128
|
headertag = #8c959f
|
||||||
emphasis = green
|
emphasis = #2e934a
|
||||||
dialog = default
|
dialog = #000000
|
||||||
altdialog = default
|
altdialog = cyan
|
||||||
note = #d4a72c
|
note = #bf8700
|
||||||
hidden = faded:128
|
hidden = #8c959f
|
||||||
shortcode = #e85aad
|
shortcode = #e85aad
|
||||||
keyword = blue
|
keyword = blue
|
||||||
tag = #218bff
|
tag = #218bff
|
||||||
value = #fb8f44
|
value = orange
|
||||||
optional = #54aeff
|
optional = #54aeff
|
||||||
spellcheckline = #cf222e
|
spellcheckline = #fa4549
|
||||||
errorline = cyan
|
errorline = cyan
|
||||||
replacetag = purple
|
replacetag = purple
|
||||||
modifier = orange
|
modifier = #bc4c00
|
||||||
texthighlight = faded:32
|
texthighlight = #a7fbbe
|
||||||
|
|||||||
+29
-29
@@ -1,5 +1,5 @@
|
|||||||
[Main]
|
[Main]
|
||||||
name = Primer Dark
|
name = Primer Night
|
||||||
mode = dark
|
mode = dark
|
||||||
author = Myian (adaptation)
|
author = Myian (adaptation)
|
||||||
credit = GitHub Inc.
|
credit = GitHub Inc.
|
||||||
@@ -8,63 +8,63 @@ license = MIT License
|
|||||||
licenseurl = https://github.com/primer/brand/blob/main/LICENSE
|
licenseurl = https://github.com/primer/brand/blob/main/LICENSE
|
||||||
|
|
||||||
[Base]
|
[Base]
|
||||||
base = #0c1117
|
base = #0d1117
|
||||||
default = #f0f6fc
|
default = #f0f6fc
|
||||||
faded = #a3b0be
|
faded = #6e7681
|
||||||
red = #ff7b72
|
red = #ff7b72
|
||||||
orange = #ffa657
|
orange = #ffa657
|
||||||
yellow = #f8e3a1
|
yellow = #f8e3a1
|
||||||
green = #7ee787
|
green = #56d364
|
||||||
cyan = #57CCC5
|
cyan = #57CCC5
|
||||||
blue = #79c0ff
|
blue = #79c0ff
|
||||||
purple = #bc8cff
|
purple = #c398ff
|
||||||
|
|
||||||
[Project]
|
[Project]
|
||||||
root = purple
|
root = default
|
||||||
folder = orange
|
folder = orange
|
||||||
file = default
|
file = #8adfd7
|
||||||
title = green
|
title = #238636
|
||||||
chapter = red
|
chapter = #56d364
|
||||||
scene = blue
|
scene = #aff5b4
|
||||||
note = yellow
|
note = yellow
|
||||||
active = green
|
active = default
|
||||||
inactive = red
|
inactive = faded
|
||||||
disabled = faded
|
disabled = #484f58
|
||||||
|
|
||||||
[Palette]
|
[Palette]
|
||||||
window = #141b23
|
window = #161b22
|
||||||
windowtext = default
|
windowtext = default
|
||||||
base = base
|
base = base
|
||||||
alternatebase = #1e242a
|
alternatebase = #30363d
|
||||||
text = default
|
text = default
|
||||||
tooltipbase = yellow
|
tooltipbase = yellow
|
||||||
tooltiptext = base
|
tooltiptext = base
|
||||||
button = #212830
|
button = #21262d
|
||||||
buttontext = default
|
buttontext = default
|
||||||
brighttext = default
|
brighttext = base
|
||||||
highlight = #104C35
|
highlight = #207c59
|
||||||
highlightedtext = default
|
highlightedtext = default
|
||||||
link = blue
|
link = blue
|
||||||
linkvisited = blue
|
linkvisited = blue
|
||||||
accent = #104C35
|
accent = #207c59
|
||||||
|
|
||||||
[GUI]
|
[GUI]
|
||||||
helptext = faded
|
helptext = #8b949e
|
||||||
fadedtext = faded:128
|
fadedtext = #6e7681
|
||||||
errortext = #f85149
|
errortext = #f85149
|
||||||
|
|
||||||
[Syntax]
|
[Syntax]
|
||||||
background = base
|
background = base
|
||||||
text = faded
|
text = #b1bac4
|
||||||
line = default:32
|
line = #30363d
|
||||||
link = blue
|
link = blue
|
||||||
headertext = default
|
headertext = default
|
||||||
headertag = faded
|
headertag = #b1bac4
|
||||||
emphasis = #97ee9e
|
emphasis = #97ee9e
|
||||||
dialog = default
|
dialog = #ffffff
|
||||||
altdialog = default
|
altdialog = #8adfd7
|
||||||
note = yellow
|
note = #f8e3a1
|
||||||
hidden = faded:128
|
hidden = faded
|
||||||
shortcode = #ff9bce
|
shortcode = #ff9bce
|
||||||
keyword = #4493f8
|
keyword = #4493f8
|
||||||
tag = blue
|
tag = blue
|
||||||
@@ -74,4 +74,4 @@ spellcheckline = #f85149
|
|||||||
errorline = cyan
|
errorline = cyan
|
||||||
replacetag = purple
|
replacetag = purple
|
||||||
modifier = orange
|
modifier = orange
|
||||||
texthighlight = faded:32
|
texthighlight = #104C35
|
||||||
Reference in New Issue
Block a user