Argonaut ========= [![pwaleczek @ gittip](http://img.shields.io/gittip/pwaleczek.svg)](https://www.gittip.com/pwaleczek/) Sublime Text 2/3 Theme based on [Centurion Theme](https://raw.github.com/allanhortle/Centurion) by [Allan Hortle](https://raw.github.com/allanhortle) Derived from the famous [Soda Theme](https://github.com/buymeasoda/soda-theme/). Color scheme based on David Lee's argonaut TextMate theme. Icons from [glyphicons.com](http://www.glyphicons.com/). ![Argonaut theme](https://raw.github.com/pwaleczek/Argonaut/master/Argonaut.png) Clean, minimalist and ofcourse as flat as possible. Created to look awesome with a few other apps with this color scheme. More of the [Argonaut Color Themes](https://github.com/pwaleczek/Argonaut-theme) Installation --------------------------------------------------- ###Package Control Found in package control under the name `Theme - Argonaut`. Update your `Settings - User` file with: ```json { "theme": "Argonaut.sublime-theme", "color_scheme": "Packages/Theme - Argonaut/Argonaut.tmTheme" } ``` ###Manual ```bash # OS X cd ~/Library/Application Support/Sublime Text 2/Packages # or cd ~/Library/Application Support/Sublime Text 3/Packages # Linux cd ~/.config/sublime-text-2/Packages # or cd ~/.config/sublime-text-3/Packages # Windows cd %appdata%\Sublime Text 2\Packages # or cd %appdata%\Sublime Text 3\Packages git clone git://github.com/pwaleczek/Argonaut.git 'Theme - Argonaut' ``` If something is not right try restarting Sublime. If after restart something still isn't right, make an issue report. License --------------------------------------------------- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004 Copyright (C) 2013 Paweł Waleczek Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed. DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. You just DO WHAT THE FUCK YOU WANT TO.