Theme - Bamboo
A theme for Sublime Text 3
Details
Installs
- Total 25K
- Win 16K
- Mac 4K
- Linux 4K
Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | Jul 29 | Jul 28 | Jul 27 | Jul 26 | Jul 25 | Jul 24 | Jul 23 | Jul 22 | Jul 21 | Jul 20 | Jul 19 | Jul 18 | Jul 17 | Jul 16 | Jul 15 | Jul 14 | Jul 13 | Jul 12 | Jul 11 | Jul 10 | Jul 9 | Jul 8 | Jul 7 | Jul 6 | Jul 5 | Jul 4 | Jul 3 | Jul 2 | Jul 1 | Jun 30 | Jun 29 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 2 | 1 | 1 | 0 | 1 | 1 | 0 | 0 | 1 | 1 | 0 | 2 | 0 | 2 | 1 | 2 | 2 | 1 | 1 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 1 | 2 | 0 | 1 | 1 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 1 |
Mac | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 3 | 1 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
Linux | 1 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 1 | 1 | 1 | 0 | 2 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 2 |
Readme
- Source
- raw.githubusercontent.com
Bamboo Theme for Sublime Text 3
Bamboo theme is a dark theme for Sublime Text 3. The syntax color scheme is mostly derived from previous djangoproject.
Easy installation
You can install this theme through the Package Control. Search for “Theme Bamboo” and install
Activate the theme with the following preferences at (Preferences > Setting - User):
{
"theme": "Bamboo.sublime-theme",
"color_scheme": "Packages/Theme - Bamboo/Bamboo.tmTheme"
}
Note : Remember to restart Sublime Text after activating the theme.
enjoy!
Git Installation
Locate your Sublime Text Packages directory
by using the menu item Preferences -> Browse Packages...
.
Then, clone the repository using this command:
git clone https://github.com/gzhihao/bamboo-theme.git "Theme - Bamboo"
Activate the theme by edit the user setting as described easy installation
Manual installation
Download the latest release, extract and rename the folder to “Theme - Bamboo”.
Move the folder inside your sublime Packages directory. (Preferences > Browse packages…)
Activate the theme by edit the user setting as described easy installation
more screenshots
javascript
HTML
CSS
Python
PHP
JAVA
Known issues
Thanks
This theme is based on the great Cobalt2 Theme