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