Sublime Forum

New theme forked from Soda (light/dark & alternate colors)

#41

I do not think the menu bar is available to be customized with themes. This looks like a sublime thing, and I agree I would love to see it dark as well.

0 Likes

#42

I really like this theme but one thing bothers me a bit…

The current highlighted tab doesn’t allow me to see if the file is dirty (modified & unsaved).

Picture for this:

I’d like to have it this way:

Is this possible with the current configuration options?

0 Likes

#43

The X turns into a dot on a current dirty tab.

0 Likes

#44

I cant get anywhere near the results in the screenshots?

I am using the Package Manager, and I get a new theme options in the Preference menu, but when I select a new color, say Dark Green, only the text changes?

The tabs, sidebar and command line all stay the same?

I have even pasted in some of the code from the git repository into Preferences.sublime.settings - User

And still nothing?

Can anyone help?

I am on Windows7 64Bit

Thanks in advance

0 Likes

#45

[quote=“godonholiday”]I cant get anywhere near the results in the screenshots?

Thanks in advance[/quote]

Did you read the documentation on the Git page? Lots of good stuff there. You need to modify your user prefs under Preferences > Settings - User. For example, my user prefs look like this (note the stuff specific to the Phoenix theme but ignore the colour scheme named Pheonix, cause that’s my own)…

[code]{
“auto_complete_commit_on_tab”: true,
“auto_complete_with_fields”: true,
“bold_folder_labels”: true,
“caret_style”: “phase”,
“color_scheme”: “Packages/Color Scheme - Default/Phoenix.tmTheme”,
“dictionary”: “Packages/Language - English/en_GB.dic”,
“draw_white_space”: “all”,
“font_face”: “Consolas”,
“font_size”: 13,
“highlight_line”: true,
“highlight_modified_tabs”: true,
“ignored_packages”:

	"Vintage"
],
"indent_guide_options":

	"draw_normal",
	"draw_active"
],
"overlay_scroll_bars": "enabled",
"phoenix_color_expanded_folder": true,
"phoenix_color_red": true,
"phoenix_dirty_bottom_bar": true,
"phoenix_dirty_bottom_bar_red": true,
"phoenix_highlight_current_tab": true,
"scroll_speed": 0.5,
"shift_tab_unindent": true,
"theme": "Phoenix Dark.sublime-theme",
"trim_trailing_white_space_on_save": true,
"word_wrap": true

}[/code]

0 Likes

#46

Excellent theme, I registered to this forum only coz of this theme.
Well, actually, I have a small problem with it :frowning:

All settings work like a charm, but this simply doesn’t work for me:
“phoenix_dirty_bottom_bar_red”: true

I have tried adding other colors, or just leaving it without any (white), but nothing seems to help. So can you plz assist me? :smile:

0 Likes

#47

[quote=“c0ppo”]Excellent theme, I registered to this forum only coz of this theme.
All settings work like a charm, but this simply doesn’t work for me:
“phoenix_dirty_bottom_bar_red”: true[/quote]

I just installed this theme and have been playing around with the options and it seems as though in order to enable the dirty tab underline you need two options enabled.

"phoenix_dirty_bottom_bar": true

and

"phoenix_dirty_bottom_bar_red": true

Turning off “phoenix_dirty_bottom_bar” will also disable the coloured underline, which makes sense.

0 Likes

#48

I’m using the Phoenix Blue theme… Is it possible to modify it so that the background of the code editor is the same color as the background on the sidebar?

0 Likes

#49

Thank you for these wonderful themes! They are fantastic! :smiley:

0 Likes