fix: update github dimmed theme (#24)

* fix: update github dimmed theme

* feat: create preview image
This commit is contained in:
Maurice 2022-04-20 00:29:12 +02:00 committed by GitHub
parent 97edfe5eeb
commit 659543249f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 36 additions and 36 deletions

View file

@ -1,5 +1,5 @@
# Accent color for UI elements # Accent color for UI elements
accent: '#F78166' accent: '#ec775c'
# Terminal background color # Terminal background color
background: '#22272e' background: '#22272e'
# Whether the theme is lighter or darker. # Whether the theme is lighter or darker.
@ -9,20 +9,20 @@ foreground: '#adbac7'
# Ansi escape colors. # Ansi escape colors.
terminal_colors: terminal_colors:
bright: bright:
black: '#768390' black: '#2d333b'
blue: '#79c0ff' blue: '#6cb6ff'
cyan: '#b3f0ff' cyan: '#b3f0ff'
green: '#56d364' green: '#6bc46d'
magenta: '#d2a8ff' magenta: '#dcbdfb'
red: '#ffa198' red: '#ff938a'
white: '#b1bac4' white: '#cdd9e5'
yellow: '#e3b341' yellow: '#daaa3f'
normal: normal:
black: '#0d1117' black: '#1c2128'
blue: '#58a6ff' blue: '#539bf5'
cyan: '#76e3ea' cyan: '#76e3ea'
green: '#3fb950' green: '#57ab5a'
magenta: '#bc8cff' magenta: '#b083f0'
red: '#ff7b72' red: '#f47067'
white: '#b1bac4' white: '#909dab'
yellow: '#d29922' yellow: '#c69026'

View file

@ -3,10 +3,10 @@
<!-- first command --> <!-- first command -->
<text x="15" y="15" fill="#adbac7" font-size="0.6em" font-family="monospace" class="Dynamic">ls</text> <text x="15" y="15" fill="#adbac7" font-size="0.6em" font-family="monospace" class="Dynamic">ls</text>
<text x="15" y="30" fill="#58a6ff" font-size="0.6em" font-family="monospace" class="Dynamic"> <text x="15" y="30" fill="#539bf5" font-size="0.6em" font-family="monospace" class="Dynamic">
dir dir
</text> </text>
<text x="65" y="30" fill="#ff7b72" font-size="0.6em" font-family="monospace" class="Dynamic"> <text x="65" y="30" fill="#f47067" font-size="0.6em" font-family="monospace" class="Dynamic">
executable executable
</text> </text>
<text x="175" y="30" fill="#adbac7" font-size="0.6em" font-family="monospace" class="Dynamic"> <text x="175" y="30" fill="#adbac7" font-size="0.6em" font-family="monospace" class="Dynamic">
@ -19,72 +19,72 @@ file
<text x="15" y="70" fill="#adbac7" font-size="0.6em" font-family="monospace" class="Dynamic"> <text x="15" y="70" fill="#adbac7" font-size="0.6em" font-family="monospace" class="Dynamic">
normal: normal:
</text> </text>
<text x="55" y="70" fill="#0d1117" font-size="0.6em" font-family="monospace" class="Dynamic"> <text x="55" y="70" fill="#1c2128" font-size="0.6em" font-family="monospace" class="Dynamic">
black black
</text> </text>
<text x="85" y="70" fill="#ff7b72" font-size="0.6em" font-family="monospace" class="Dynamic"> <text x="85" y="70" fill="#f47067" font-size="0.6em" font-family="monospace" class="Dynamic">
red red
</text> </text>
<text x="105" y="70" fill="#3fb950" font-size="0.6em" font-family="monospace" class="Dynamic"> <text x="105" y="70" fill="#57ab5a" font-size="0.6em" font-family="monospace" class="Dynamic">
green green
</text> </text>
<text x="135" y="70" fill="#d29922" font-size="0.6em" font-family="monospace" class="Dynamic"> <text x="135" y="70" fill="#c69026" font-size="0.6em" font-family="monospace" class="Dynamic">
yellow yellow
</text> </text>
<text x="170" y="70" fill="#58a6ff" font-size="0.6em" font-family="monospace" class="Dynamic"> <text x="170" y="70" fill="#539bf5" font-size="0.6em" font-family="monospace" class="Dynamic">
blue blue
</text> </text>
<text x="195" y="70" fill="#bc8cff" font-size="0.6em" font-family="monospace" class="Dynamic"> <text x="195" y="70" fill="#b083f0" font-size="0.6em" font-family="monospace" class="Dynamic">
magenta magenta
</text> </text>
<text x="235" y="70" fill="#76e3ea" font-size="0.6em" font-family="monospace" class="Dynamic"> <text x="235" y="70" fill="#76e3ea" font-size="0.6em" font-family="monospace" class="Dynamic">
cyan cyan
</text> </text>
<text x="260" y="70" fill="#b1bac4" font-size="0.6em" font-family="monospace" class="Dynamic"> <text x="260" y="70" fill="#909dab" font-size="0.6em" font-family="monospace" class="Dynamic">
white white
</text> </text>
<text x="15" y="85" fill="#adbac7" font-size="0.6em" font-family="monospace" class='Dynamic'> <text x="15" y="85" fill="#adbac7" font-size="0.6em" font-family="monospace" class='Dynamic'>
bright: bright:
</text> </text>
<text x="55" y="85" fill="#768390" font-size="0.6em" font-family="monospace" class="Dynamic"> <text x="55" y="85" fill="#2d333b" font-size="0.6em" font-family="monospace" class="Dynamic">
black black
</text> </text>
<text x="85" y="85" fill="#ffa198" font-size="0.6em" font-family="monospace" class="Dynamic"> <text x="85" y="85" fill="#ff938a" font-size="0.6em" font-family="monospace" class="Dynamic">
red red
</text> </text>
<text x="105" y="85" fill="#56d364" font-size="0.6em" font-family="monospace" class="Dynamic"> <text x="105" y="85" fill="#6bc46d" font-size="0.6em" font-family="monospace" class="Dynamic">
green green
</text> </text>
<text x="135" y="85" fill="#e3b341" font-size="0.6em" font-family="monospace" class="Dynamic"> <text x="135" y="85" fill="#daaa3f" font-size="0.6em" font-family="monospace" class="Dynamic">
yellow yellow
</text> </text>
<text x="170" y="85" fill="#79c0ff" font-size="0.6em" font-family="monospace" class="Dynamic"> <text x="170" y="85" fill="#6cb6ff" font-size="0.6em" font-family="monospace" class="Dynamic">
blue blue
</text> </text>
<text x="195" y="85" fill="#d2a8ff" font-size="0.6em" font-family="monospace" class="Dynamic"> <text x="195" y="85" fill="#dcbdfb" font-size="0.6em" font-family="monospace" class="Dynamic">
magenta magenta
</text> </text>
<text x="235" y="85" fill="#b3f0ff" font-size="0.6em" font-family="monospace" class="Dynamic"> <text x="235" y="85" fill="#b3f0ff" font-size="0.6em" font-family="monospace" class="Dynamic">
cyan cyan
</text> </text>
<text x="260" y="85" fill="#b1bac4" font-size="0.6em" font-family="monospace" class="Dynamic"> <text x="260" y="85" fill="#cdd9e5" font-size="0.6em" font-family="monospace" class="Dynamic">
white white
</text> </text>
<line x1="0" y1="95" x2="300" y2="95" style="stroke-width:0.2" class="Dynamic" stroke="#adbac7" /> <line x1="0" y1="95" x2="300" y2="95" style="stroke-width:0.2" class="Dynamic" stroke="#adbac7" />
<!-- prompt --> <!-- prompt -->
<text x="15" y="110" fill="#bc8cff" font-size="0.6em" font-family="monospace" class="Dynamic"> <text x="15" y="110" fill="#b083f0" font-size="0.6em" font-family="monospace" class="Dynamic">
~/project ~/project
</text> </text>
<text x="65" y="110" fill="#3fb950" font-size="0.6em" font-family="monospace" class="Dynamic"> <text x="65" y="110" fill="#57ab5a" font-size="0.6em" font-family="monospace" class="Dynamic">
git( git(
</text> </text>
<text x="85" y="110" fill="#d29922" font-size="0.6em" font-family="monospace" class="Dynamic"> <text x="85" y="110" fill="#c69026" font-size="0.6em" font-family="monospace" class="Dynamic">
main main
</text> </text>
<text x="113" y="110" fill="#3fb950" font-size="0.6em" font-family="monospace" class="Dynamic"> <text x="113" y="110" fill="#57ab5a" font-size="0.6em" font-family="monospace" class="Dynamic">
) )
</text> </text>
<!-- cursor --> <!-- cursor -->
<line x1="15" y1="120" x2="15" y2="130" style="stroke-width:2" class="Dynamic" stroke="#F78166" /> <line x1="15" y1="120" x2="15" y2="130" style="stroke-width:2" class="Dynamic" stroke="#ec775c" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Before After
Before After