Skip to content

Commit df330ff

Browse files
authored
Merge pull request #12 from HaeTheong/master
Changed blue to purple
2 parents e164b83 + 63e3320 commit df330ff

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const black = '#44475a'
66
const red = '#ff5555'
77
const green = '#50fa7b'
88
const yellow = '#f1fa8c'
9-
const blue = '#6272a4'
9+
const blue = '#c0a8fa'
1010
const magenta = '#ff79c6'
1111
const cyan = '#8be9fd'
1212
const gray = '#666666'

readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ All instructions can be found at [draculatheme.com/hyper](https://draculatheme.c
1313
The screenshot shown is a combination of the following additional software:
1414

1515
- [Oh My Zsh](https://github.com/robbyrussell/oh-my-zsh)
16-
- [Pure theme](https://github.com/sindresorhus/pure)
17-
- [Zsh syntax highlighting](https://github.com/zsh-users/zsh-syntax-highlighting)
16+
- [Prezto](https://github.com/sorin-ionescu/prezto)
17+
- [Powerlevel9k](https://github.com/Powerlevel9k/powerlevel9k#rbenv)
18+
- [Fast syntax highlighting](https://github.com/zdharma/fast-syntax-highlighting)
19+
- [Hack Nerd Font](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/Hack)
1820

1921
## Team
2022

screenshot.png

297 KB
Loading

0 commit comments

Comments
 (0)