mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-25 17:17:11 -07:00
Merge pull request #10 from jakeherp/night-owl-theme
Adds Night Owl theme
This commit is contained in:
commit
d2f4f16b4d
3 changed files with 115 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
In this directory you'll find themes popular among other tools, including Solarized, Dracula and others.
|
||||
|
||||
|
||||
Themes in this directory were sourced and auto-generated based on the Alacritty themes collected by @eendroroy.
|
||||
Repo: https://github.com/eendroroy/alacritty-theme
|
||||
|Theme name | Preview|
|
||||
|
@ -36,6 +35,7 @@ Repo: https://github.com/eendroroy/alacritty-theme
|
|||
|**[Low Contrast](low_contrast.yaml)**:|<img src='previews/low_contrast.yaml.svg' width='300'>|
|
||||
|**[Material Theme](material_theme.yaml)**:|<img src='previews/material_theme.yaml.svg' width='300'>|
|
||||
|**[Material Theme Mod](material_theme_mod.yaml)**:|<img src='previews/material_theme_mod.yaml.svg' width='300'>|
|
||||
|**[Night Owl](night_owl.yaml)**:|<img src='previews/night_owl.yaml.svg' width='300'>|
|
||||
|**[Nord](nord.yaml)**:|<img src='previews/nord.yaml.svg' width='300'>|
|
||||
|**[Oceanic Next](oceanic_next.yaml)**:|<img src='previews/oceanic_next.yaml.svg' width='300'>|
|
||||
|**[Omni](omni.yaml)**:|<img src='previews/omni.yaml.svg' width='300'>|
|
||||
|
|
23
standard/night_owl.yaml
Normal file
23
standard/night_owl.yaml
Normal file
|
@ -0,0 +1,23 @@
|
|||
accent: "#7e57c2"
|
||||
background: "#011627"
|
||||
details: lighter
|
||||
foreground: "#d6deeb"
|
||||
terminal_colors:
|
||||
bright:
|
||||
black: "#575656"
|
||||
blue: "#82aaff"
|
||||
cyan: "#7fdbca"
|
||||
green: "#22da6e"
|
||||
magenta: "#c792ea"
|
||||
red: "#ef5350"
|
||||
white: "#ffffff"
|
||||
yellow: "#ffeb95"
|
||||
normal:
|
||||
black: "#011627"
|
||||
blue: "#82aaff"
|
||||
cyan: "#21c7a8"
|
||||
green: "#22da6e"
|
||||
magenta: "#c792ea"
|
||||
red: "#EF5350"
|
||||
white: "#ffffff"
|
||||
yellow: "#addb67"
|
91
standard/previews/night_owl.yaml.svg
Normal file
91
standard/previews/night_owl.yaml.svg
Normal file
|
@ -0,0 +1,91 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 145">
|
||||
<rect width="300" height="145" class="Dynamic" fill="#011627" rx="5" />
|
||||
|
||||
<!-- first command -->
|
||||
<text x="15" y="15" fill="#d6deeb" font-size="0.6em" font-family="monospace" class="Dynamic">ls</text>
|
||||
<text x="15" y="30" fill="#82aaff" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||
dir
|
||||
</text>
|
||||
<text x="65" y="30" fill="#EF5350" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||
executable
|
||||
</text>
|
||||
<text x="175" y="30" fill="#d6deeb" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||
file
|
||||
</text>
|
||||
<line x1="0" y1="40" x2="300" y2="40" style="stroke-width:0.2" class="Dynamic" stroke="#d6deeb"/>
|
||||
|
||||
<!-- second command -->
|
||||
<text x="15" y="55" fill="#d6deeb" font-size="0.6em" font-family="monospace" class="Dynamic">bash ~/colors.sh</text>
|
||||
<text x="15" y="70" fill="#d6deeb" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||
normal:
|
||||
</text>
|
||||
<text x="55" y="70" fill="#011627" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||
black
|
||||
</text>
|
||||
<text x="85" y="70" fill="#EF5350" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||
red
|
||||
</text>
|
||||
<text x="105" y="70" fill="#22da6e" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||
green
|
||||
</text>
|
||||
<text x="135" y="70" fill="#addb67" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||
yellow
|
||||
</text>
|
||||
<text x="170" y="70" fill="#82aaff" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||
blue
|
||||
</text>
|
||||
<text x="195" y="70" fill="#c792ea" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||
magenta
|
||||
</text>
|
||||
<text x="235" y="70" fill="#21c7a8" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||
cyan
|
||||
</text>
|
||||
<text x="260" y="70" fill="#ffffff" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||
white
|
||||
</text>
|
||||
<text x="15" y="85" fill="#d6deeb" font-size="0.6em" font-family="monospace" class='Dynamic'>
|
||||
bright:
|
||||
</text>
|
||||
<text x="55" y="85" fill="#575656" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||
black
|
||||
</text>
|
||||
<text x="85" y="85" fill="#ef5350" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||
red
|
||||
</text>
|
||||
<text x="105" y="85" fill="#22da6e" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||
green
|
||||
</text>
|
||||
<text x="135" y="85" fill="#ffeb95" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||
yellow
|
||||
</text>
|
||||
<text x="170" y="85" fill="#82aaff" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||
blue
|
||||
</text>
|
||||
<text x="195" y="85" fill="#c792ea" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||
magenta
|
||||
</text>
|
||||
<text x="235" y="85" fill="#7fdbca" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||
cyan
|
||||
</text>
|
||||
<text x="260" y="85" fill="#ffffff" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||
white
|
||||
</text>
|
||||
<line x1="0" y1="95" x2="300" y2="95" style="stroke-width:0.2" class="Dynamic" stroke="#d6deeb" />
|
||||
|
||||
<!-- prompt -->
|
||||
<text x="15" y="110" fill="#c792ea" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||
~/project
|
||||
</text>
|
||||
<text x="65" y="110" fill="#22da6e" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||
git(
|
||||
</text>
|
||||
<text x="85" y="110" fill="#addb67" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||
main
|
||||
</text>
|
||||
<text x="113" y="110" fill="#22da6e" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||
)
|
||||
</text>
|
||||
<!-- cursor -->
|
||||
<line x1="15" y1="120" x2="15" y2="130" style="stroke-width:2" class="Dynamic" stroke="#7e57c2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.4 KiB |
Loading…
Add table
Add a link
Reference in a new issue