Skip to content

Commit

Permalink
feat(extras): ᗩᗪᗪ ᗷᒪIᑎK TᕼEᗰE 👀
Browse files Browse the repository at this point in the history
  • Loading branch information
xero committed Sep 4, 2024
1 parent 9fd2319 commit 4cb7637
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ this theme has been ported to a few different apps, and are included in the `ext

* `evangelion.Xresources` - colors for [xclients](https://wiki.archlinux.org/title/x_resources) (e.g. unix terminal emulators)
* `evangelion.zsh` - colors for [zsh](https://zsh.org)
* `evangelion.js` - colors for [blink shell](https://blink.sh)

more on the way, and pr's for others are welcomed!

Expand Down
41 changes: 41 additions & 0 deletions extras/evangelion.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
/* _ ____
: \ | \ .
https://x-e.ro | \ . | : |\ /\
. | :|\__ | | | \ / \
. |\ | |! \ \ | | | |\ / /
\"-.______ | \: ||\ \ \ | | | | \ / /
\_ "-_| |\ || \ \/ | |___| ! |\____/ _/-. /\
"-_ ____: |_\ || \/ ___\ __ _// | | ___ \---" /
\ \ | _____, /___\___\/ / / \_! | // _/ / /
___\_ \__| | | __. _/____ / / / > // / \/
//_________| / |/ |/ \__// / / /_/ \/
| / | : | / /__/
|/ |/ E V A N G E L I O N */

black = '#14091e'
midnight = '#201430'
darkgrey = '#3B3847'
darkred = '#5b2b41'
red = '#DB6088'
darkgreen = '#9CDA7C'
green = '#87ff5f'
brown = '#D99145'
yellow = '#E6BB85'
darkblue = '#B968FC'
blue = '#CE67F0'
darkmagenta = '#875faf'
magenta = '#AB92FC'
darkcyan = '#9DAFD1'
cyan = '#A4D2EC'
lightgrey = '#CCD2D9'
white = '#E1D6F8'

t.prefs_.set('color-palette-overrides', [
black, darkred, darkgreen, brown,
darkblue, darkmagenta, darkcyan, lightgrey,
darkgrey, red, green, yellow,
blue, magenta, cyan, white
]);
t.prefs_.set('cursor-color', 'rgba(167, 98, 188, 0.5)');
t.prefs_.set('background-color', midnight);
t.prefs_.set('foreground-color', lightgrey);

0 comments on commit 4cb7637

Please sign in to comment.