This re-styles your sublime text sidebar to be dark, it fits default Monokai theme.
Save the Default.sublime-theme file into packages/Theme - Default, make a backup of your original if you want to be able to go back easily.
Based on:
| package regexps | |
| import ( | |
| "fmt" | |
| "regexp" | |
| "testing" | |
| . "github.com/smartystreets/goconvey/convey" | |
| ) |
This re-styles your sublime text sidebar to be dark, it fits default Monokai theme.
Save the Default.sublime-theme file into packages/Theme - Default, make a backup of your original if you want to be able to go back easily.
Based on:
| package t | |
| import ( | |
| "time" | |
| ) | |
| type NowFunc func() time.Time | |
| var Now = func() time.Time { return time.Now() } | |
| func NowForce(unix int) { |