Chill zsh-theme, personal take on smt
似那水中的鱼儿
轻风
你如一阵轻风
吹起湖面的涟漪
牵动了我的心
我似那水中的鱼儿
留不住远去的风
! ~/.Xresource
*.foreground: #cbe3e7
*.background: #1e1c31
*.cursorColor: #fbfcfc
! black
*.color0: #565575
*.color8: #100e23
! red
*.color1: #ff8080
*.color9: #ff5458
! green
*.color2: #95ffa4
*.color10: #62d196
! yellow
*.color3: #ffe9aa
*.color11: #ffb378
! blue
*.color4: #91ddff
*.color12: #65b2ff
! magenta
*.color5: #c991e1
*.color13: #906cff
! cyan
*.color6: #aaffe4
*.color14: #63f2f1
! white
*.color7: #cbe3e7
*.color15: #a6b3cc
NOTE: These are the colors and font that I'm using. You don't necessarily need to set these up, you only need to if you want the looks to be exactly like the gif above.
https://github.com/ohmyzsh/ohmyzsh/wiki/Customization#overriding-and-adding-themes
Daivasmara – github – daivasmara@gmail.com
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/daivasmara/daivasmara.zsh-theme
- Fork it (https://github.com/Daivasmara/daivasmara.zsh-theme/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request