├── LICENSE.md ├── Readme.md ├── colors └── ryuuko.vim ├── iterm2 └── ryuuko.itermcolors ├── putty └── ryuuko.reg ├── termite └── config ├── xfce4-terminal └── terminalrc └── xresources └── .Xresources /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/ryuuko/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- 1 | # Ryuuko 2 | 3 | A colorscheme~ 4 | 5 | ![scrot](http://i.imgur.com/4Tfb9AK.png) 6 | -------------------------------------------------------------------------------- /colors/ryuuko.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/ryuuko/HEAD/colors/ryuuko.vim -------------------------------------------------------------------------------- /iterm2/ryuuko.itermcolors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/ryuuko/HEAD/iterm2/ryuuko.itermcolors -------------------------------------------------------------------------------- /putty/ryuuko.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/ryuuko/HEAD/putty/ryuuko.reg -------------------------------------------------------------------------------- /termite/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/ryuuko/HEAD/termite/config -------------------------------------------------------------------------------- /xfce4-terminal/terminalrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/ryuuko/HEAD/xfce4-terminal/terminalrc -------------------------------------------------------------------------------- /xresources/.Xresources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/ryuuko/HEAD/xresources/.Xresources --------------------------------------------------------------------------------