Sublime Forum

Color Schemes and Themes

#15

Just wanted to share my current setup :smile:

Here’s what it looks like *(http://i.imgur.com/pKqId.png) (I’m using this plugin to hide the menubar)

The Theme was loosely based off of the Minimal theme by myel.
The Colorscheme is just a slight modification of Monokai to fit the theme.

I attached the file with the theme and color scheme!
Minimal.zip (161 KB)*

0 Likes

#16

Thanks for posting that theme :] Added.

If you could come up with a quick name for it so it’s a bit easier to differentiate it from myel’s theme that’d be awesome.

0 Likes

#17

That looks cool!

After the public version of Sublime Text X is available (this month, hopefully), I’d love to include some of these themes by default. While they would have to be redone for the new theme system in X, it is at least more flexible.

0 Likes

#18

Hmm, how about we call it “Clean and Usable” or just “Clean”. What ever fits, im horrible with naming things =P

0 Likes

#19

Me too heh. Clean and Usable is fine. Post updated.

0 Likes

#20

how exactly does the theming system works in X ? Can I create a separate theme, without touching the “Theme - Default” folder? How can I choose between those themes than?

And how (the hell) can I finally change this color:

I thougth that it was the “background_color” value in here:

    {
        "id": "quick_panel",
        "class": "quick_panel",
        "row_padding": [2, 1],
        "background_color": [10, 10, 10, 255] // <---
    }

I think it worked once, but it doesn’t anymore… :confused: This color is my nemesis in theming the X.

0 Likes

#21

The current theme is not changeable from Default.sublime-theme in X yet, but I’m more than happy to make it so.

The background on the find etc panels is rendered using the “panel_control” class. The “quick_panel” class is only used by the Select Project functionality at the moment.

0 Likes

#22

Aaaah, great. Thank you :smile:

And, I have another question. Is there a way, how to remove the first indentation on a sidebar tree? Illustration:

0 Likes

#23

There isn’t, but you can tweak the “indent” setting in the “sidebar_tree” class to reduce the horizontal indentation in general.

0 Likes

#24

If you’ll have nothing else to do, could you implement it? :smile: That first indent is useless, while forcing me to widen the sidebar (if I don’t want to see the horizontal scrollbar).

And, I hope last few questions :smile:

]How to color the text of a sidebar item names, with different color for the selected one (so far, I’ve modified only a section title with the “sidebar_heading” class)/]
]How to set the permanent background to the sidebar section titles (FILES,FOLDERS title rows)/]
]Is there a way to add a shadow to the texts in sidebar, tabs, buttons, etc.? That would enable me to use a lot more details in UI design/]

Or better, is there any documentation, tutorial, or at least some logic behind which properties can I declare to which classes?

And what is the logic behind:

"layer0.inner_margin": [x, x, x, x]

I’m using it, it works, but I’m not sure what exactly am I doing :smile:

Update:

For illustration of what I’m exactly trying to do:

Here is the UI design

And here is the actual state I’m in right now - only the sidebar is left.

0 Likes

#25

I must say that theme looks quite awesome. Nice work.

0 Likes

#26

I don’t know if you figured out already, but try adding this to the default theme file:

{ "id": "sidebar_label", "class": "sidebar_label", "color": [255, 255, 255, 255] },

Gives me the correct colour for the files that are open, but I can’t seem to figure out how to get it to look better for the unopened files.
At least it’s one step on the way.

0 Likes

#27

Has anyone found a way to change the color of items under the folders heading? Really enjoying V2 but would love to have my sidepanel fit with my theme =)

0 Likes

#28

@khebs v2 runs in linux. sublimetext.com/2

0 Likes

#29

Alright. It doesn’t look like the file text color is editable just yet :cry:

Anyway, here is what I have come up with for my Sublime v2 *(http://i.imgur.com/6raCM.png)

Really really enjoying all of the new features!

If anyone is interested I can post the config files and all that jazz*

0 Likes

#30

Hi,

I liked it, can u post it to github or send me ?

My email: contato at douglasandrade.com

Thanks !

0 Likes

#31

Want!

0 Likes

#32

Here ya go guys!

filedropper.com/stv2

A couple of the UI elements still aren’t correctly styled, but oh well =P

0 Likes

#33

Sounds stupid, but what do I have to do?

Do I overwrite the current files?

**Edit: ** I re-named Theme - Default to Theme-Old and put your theme as Theme - Default. Sidebar isn’t styled right though :frowning:

0 Likes

#34

Seems to work great in Linux (archlinux).

Loved it, thanks a lot =)

0 Likes