Skip to content

Commit

Permalink
Add Ayu Mirage theme (mbadolato#306)
Browse files Browse the repository at this point in the history
Adapted from Ayu Mirage VS Code theme
  • Loading branch information
jdhmtl authored Jun 13, 2021
1 parent 2a2c8b8 commit 90a58f5
Show file tree
Hide file tree
Showing 25 changed files with 1,023 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ It would also be very helpful if you `cd tools/` and run `python3 update_all.py`

![Screenshot](screenshots/ayu_light.png)

### ayu Mirage

![Screenshot](screenshots/ayu_mirage.png)

### Aurora

![Screenshot](screenshots/aurora.png)
Expand Down Expand Up @@ -1405,6 +1409,8 @@ The FairyFloss theme was created by [rebecabordini](https://github.com/rebecabor

The Mariana theme was adapted from the [Sublime Text](https://www.sublimetext.com/) theme of the same name.

The Ayu Mirage theme was adapted from the [VS Code theme](https://github.com/ayu-theme/vscode-ayu) of the same name.

If there are other color schemes you'd like to see included, drop me a line!

## Extra
Expand Down
44 changes: 44 additions & 0 deletions Xresources/Ayu Mirage
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
!
! Generated with :
! XRDB2Xreources.py
!
*.foreground: #cbccc6
*.background: #1f2430
*.cursorColor: #ffcc66
!
! Black
*.color0: #191e2a
*.color8: #686868
!
! Red
*.color1: #ed8274
*.color9: #f28779
!
! Green
*.color2: #a6cc70
*.color10: #bae67e
!
! Yellow
*.color3: #fad07b
*.color11: #ffd580
!
! Blue
*.color4: #6dcbfa
*.color12: #73d0ff
!
! Magenta
*.color5: #cfbafa
*.color13: #d4bfff
!
! Cyan
*.color6: #90e1c6
*.color14: #95e6cb
!
! White
*.color7: #c7c7c7
*.color15: #ffffff
!
! Bold, Italic, Underline
*.colorBD: #ffffff
!*.colorIT:
!*.colorUL:
29 changes: 29 additions & 0 deletions alacritty/Ayu Mirage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Colors (Ayu Mirage)
colors:
bright:
black: '#686868'
blue: '#73d0ff'
cyan: '#95e6cb'
green: '#bae67e'
magenta: '#d4bfff'
red: '#f28779'
white: '#ffffff'
yellow: '#ffd580'
cursor:
cursor: '#ffcc66'
text: '#1f2430'
normal:
black: '#191e2a'
blue: '#6dcbfa'
cyan: '#90e1c6'
green: '#a6cc70'
magenta: '#cfbafa'
red: '#ed8274'
white: '#c7c7c7'
yellow: '#fad07b'
primary:
background: '#1f2430'
foreground: '#cbccc6'
selection:
background: '#33415e'
text: '#cbccc6'
7 changes: 7 additions & 0 deletions dynamic-colors/Ayu Mirage.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
# Ayu Mirage
printf "\033]4;0;#191e2a;1;#ed8274;2;#a6cc70;3;#fad07b;4;#6dcbfa;5;#cfbafa;6;#90e1c6;7;#c7c7c7;8;#686868;9;#f28779;10;#bae67e;11;#ffd580;12;#73d0ff;13;#d4bfff;14;#95e6cb;15;#ffffff\007"
printf "\033]10;#cbccc6;#1f2430;#ffcc66\007"
printf "\033]17;#33415e\007"
printf "\033]19;#cbccc6\007"
printf "\033]5;0;#ffffff\007"
35 changes: 35 additions & 0 deletions electerm/Ayu Mirage.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@

themeName=Ayu Mirage
main-dark=#000
main-light=#2E3338
text=#ddd
text-light=#fff
text-dark=#888
text-disabled=#777
primary=#08c
info=#FFD166
success=#06D6A0
error=#EF476F
warn=#E55934
main=#1f2430
terminal:background=#1f2430
terminal:foreground=#cbccc6
terminal:cursor=#ffcc66
terminal:selection=#33415e
terminal:cursorAccent=#1f2430
terminal:black=#191e2a
terminal:red=#ed8274
terminal:green=#a6cc70
terminal:yellow=#fad07b
terminal:blue=#6dcbfa
terminal:magenta=#cfbafa
terminal:cyan=#90e1c6
terminal:white=#c7c7c7
terminal:brightBlack=#686868
terminal:brightRed=#f28779
terminal:brightGreen=#bae67e
terminal:brightYellow=#ffd580
terminal:brightMagenta=#73d0ff
terminal:brightPurple=#d4bfff
terminal:brightCyan=#95e6cb
terminal:brightWhite=#ffffff
17 changes: 17 additions & 0 deletions freebsd_vt/Ayu Mirage.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Ayu Mirage
kern.vt.color.0.rgb="#191e2a"
kern.vt.color.1.rgb="#ed8274"
kern.vt.color.2.rgb="#a6cc70"
kern.vt.color.3.rgb="#fad07b"
kern.vt.color.4.rgb="#6dcbfa"
kern.vt.color.5.rgb="#cfbafa"
kern.vt.color.6.rgb="#90e1c6"
kern.vt.color.7.rgb="#cbccc6"
kern.vt.color.8.rgb="#686868"
kern.vt.color.9.rgb="#f28779"
kern.vt.color.10.rgb="#bae67e"
kern.vt.color.11.rgb="#ffd580"
kern.vt.color.12.rgb="#73d0ff"
kern.vt.color.13.rgb="#d4bfff"
kern.vt.color.14.rgb="#95e6cb"
kern.vt.color.15.rgb="#ffffff"
21 changes: 21 additions & 0 deletions kitty/Ayu Mirage.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
color0 #191e2a
color1 #ed8274
color2 #a6cc70
color3 #fad07b
color4 #6dcbfa
color5 #cfbafa
color6 #90e1c6
color7 #c7c7c7
color8 #686868
color9 #f28779
color10 #bae67e
color11 #ffd580
color12 #73d0ff
color13 #d4bfff
color14 #95e6cb
color15 #ffffff
background #1f2430
selection_foreground #1f2430
cursor #ffcc66
foreground #cbccc6
selection_background #cbccc6
65 changes: 65 additions & 0 deletions konsole/Ayu Mirage.colorscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
[General]
Description=Ayu Mirage
Opacity=1
Wallpaper=

[Background]
Color=31,36,48

[BackgroundIntense]
Color=31,36,48

[Foreground]
Color=203,204,198

[ForegroundIntense]
Color=255,255,255

[Color0]
Color=25,30,42

[Color1]
Color=237,130,116

[Color2Intense]
Color=186,230,126

[Color3Intense]
Color=255,213,128

[Color4Intense]
Color=115,208,255

[Color5Intense]
Color=212,191,255

[Color6Intense]
Color=149,230,203

[Color7Intense]
Color=255,255,255

[Color2]
Color=166,204,112

[Color3]
Color=250,208,123

[Color4]
Color=109,203,250

[Color5]
Color=207,186,250

[Color6]
Color=144,225,198

[Color7]
Color=199,199,199

[Color0Intense]
Color=104,104,104

[Color1Intense]
Color=242,135,121

20 changes: 20 additions & 0 deletions lxterminal/Ayu Mirage.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
;Paste the following configurations in thecorresponding place in lxterminal.conf.
bgcolor=rgba(31,36,48,1)
fgcolor=rgb(203,204,198)
palette_color_0=rgb(25,30,42)
palette_color_1=rgb(237,130,116)
palette_color_10=rgb(186,230,126)
palette_color_11=rgb(255,213,128)
palette_color_12=rgb(115,208,255)
palette_color_13=rgb(212,191,255)
palette_color_14=rgb(149,230,203)
palette_color_15=rgb(255,255,255)
palette_color_2=rgb(166,204,112)
palette_color_3=rgb(250,208,123)
palette_color_4=rgb(109,203,250)
palette_color_5=rgb(207,186,250)
palette_color_6=rgb(144,225,198)
palette_color_7=rgb(199,199,199)
palette_color_8=rgb(104,104,104)
palette_color_9=rgb(242,135,121)
color_preset=Ayu Mirage
23 changes: 23 additions & 0 deletions mobaxterm/Ayu Mirage.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
;Paste the following configurations in the corresponding place in MobaXterm.ini.
;Theme: Ayu Mirage
[Colors]
DefaultColorScheme=0
BackgroundColour=31,36,48
ForegroundColour=203,204,198
CursorColour=255,204,102
Black=25,30,42
Red=237,130,116
BoldGreen=186,230,126
BoldYellow=255,213,128
BoldBlue=115,208,255
BoldMagenta=212,191,255
BoldCyan=149,230,203
BoldWhite=255,255,255
Green=166,204,112
Yellow=250,208,123
Blue=109,203,250
Magenta=207,186,250
Cyan=144,225,198
White=199,199,199
BoldBlack=104,104,104
BoldRed=242,135,121
9 changes: 9 additions & 0 deletions pantheonterminal/Ayu Mirage.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash
dconf load /org/pantheon/terminal/settings/ <<COLORS
[/]
name='Ayu Mirage'
cursor-color='#ffcc66'
foreground='#cbccc6'
background='rgba(31,36,48,.95)'
palette='#191e2a:#ed8274:#a6cc70:#fad07b:#6dcbfa:#cfbafa:#90e1c6:#c7c7c7:#686868:#f28779:#bae67e:#ffd580:#73d0ff:#d4bfff:#95e6cb:#ffffff'
COLORS
25 changes: 25 additions & 0 deletions putty/Ayu Mirage.reg
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\Ayu%20Mirage]
"Colour2"="31,36,48"
"Colour3"="31,36,48"
"Colour0"="203,204,198"
"Colour1"="255,255,255"
"Colour5"="255,204,102"
"Colour4"="31,36,48"
"Colour6"="25,30,42"
"Colour8"="237,130,116"
"Colour11"="186,230,126"
"Colour13"="255,213,128"
"Colour15"="115,208,255"
"Colour17"="212,191,255"
"Colour19"="149,230,203"
"Colour21"="255,255,255"
"Colour10"="166,204,112"
"Colour12"="250,208,123"
"Colour14"="109,203,250"
"Colour16"="207,186,250"
"Colour18"="144,225,198"
"Colour20"="199,199,199"
"Colour7"="104,104,104"
"Colour9"="242,135,121"
26 changes: 26 additions & 0 deletions remmina/Ayu Mirage.colors
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[ssh_colors]
background = #1f2430
cursor = #ffcc66
cursor_foreground = #1f2430
foreground = #cbccc6
highlight = #33415e
highlight_foreground = #cbccc6
color0 = #191e2a
color1 = #ed8274
color2 = #a6cc70
color3 = #fad07b
color4 = #6dcbfa
color5 = #cfbafa
color6 = #90e1c6
color7 = #c7c7c7
color8 = #686868
color9 = #f28779
color10 = #bae67e
color11 = #ffd580
color12 = #73d0ff
color13 = #d4bfff
color14 = #95e6cb
color15 = #ffffff
colorBD = #ffffff
colorIT =
colorUL =
Loading

0 comments on commit 90a58f5

Please sign in to comment.