Late to the party, I've been using this for months.
Afterglow: Dark Theme for Sublime
41–50 of 96 posts
Re: Afterglow: Dark Theme for Sublime
#42Sublime people are creating promo pages for something like IDE themes? That's interesting.
Re: Afterglow: Dark Theme for Sublime
#43Any scientific reason behind using a dark theme?
Re: Afterglow: Dark Theme for Sublime
#44Any scientific reason behind using a dark theme?
Re: Afterglow: Dark Theme for Sublime
#45Any scientific reason behind using a dark theme?
light themes are better if you have a glossy display and there's some sunlight since you won't see so many reflections
Re: Afterglow: Dark Theme for Sublime
#46This is gorgeous. I wish there was one for Emacs :(
(custom-set-variables
'(custom-enabled-themes (quote (tango-dark))))
(custom-set-faces
'(default ((t (:family "Consolas" :foundry "outline" :slant normal :weight normal :height 90 :width normal))))
'(rainbow-delimiters-depth-1-face ((t (:foreground "#A0FA67"))))
'(rainbow-delimiters-depth-2-face ((t (:foreground "white"))))
'(rainbow-delimiters-depth-3-face ((t (:foreground "yellow"))))
'(rainbow-delimiters-depth-4-face ((t (:foreground "dodger blue"))))
'(rainbow-delimiters-depth-5-face ((t (:foreground "hot pink"))))
'(rainbow-delimiters-depth-6-face ((t (:foreground "cyan"))))
'(rainbow-delimiters-depth-7-face ((t (:foreground "lawn green"))))
'(rainbow-delimiters-depth-8-face ((t (:foreground "firebrick1"))))
'(rainbow-delimiters-depth-9-face ((t (:foreground "SeaGreen1")))))
(require 'rainbow-delimiters)
(global-rainbow-delimiters-mode)Re: Afterglow: Dark Theme for Sublime
#47This is gorgeous. I wish there was one for Emacs :(
Re: Afterglow: Dark Theme for Sublime
#48This is gorgeous. I wish there was one for Emacs :(
Re: Afterglow: Dark Theme for Sublime
#49I created an ST3 plugin called SynCycle[1]. It switches themes at sunrise and sunset.
e.g. a light theme during daytime and dark theme during nighttime.
For who's interested: you can install it with Package Control.
Re: Afterglow: Dark Theme for Sublime
#50Differents colors?