Hi guys! Briefly: I would like a completely white theme. With the image you can understand better ;D
Total white theme for ST3
This is a good starting point:
https://tmtheme-editor.herokuapp.com/#!/editor/theme/Monokai
Themes are documented at http://www.sublimetext.com/docs/3/themes.html. The component your arrow points at is a tabset_control
: http://www.sublimetext.com/docs/3/themes.html#elements-tabs.
Find a colour scheme which gives you the editing area you’re after, then choose the Adaptive theme which recolours the rest of Sublime’s UI according to your colour scheme.
https://www.sublimetext.com/blog/articles/the-adaptive-theme
I believe from the screenshot he already is. With Adaptive we shade the background of the tabset (and side bar) a little to create contrast. It seems @Azzo wants to go straight white.
A user-customization of the Adaptive theme to get rid of the shading in the tabset, sidebar and overlay may be the easiest approach.
You are right @wbond! I have the adaptive theme and the sixteen scheme color. I want only to create uniformity…I’m trying to do what you suggested me. I’ll keep you informed…
caution !! settings default:
// File indexing parses all files in the side bar, and builds an index of // their symbols. This is required for Goto Definition to work. "index_files": true,
No, this does not control the “Open Files” header, nor the list of open files, or the list of folder and files in the sidebar.
That setting controls indexing of symbols located in open folders and files. If you turn it off, functionality such as Goto Definition and Jump to Symbol in Project will stop working.
I’m not sure you’ll be able to get rid of it 100%. You’d probably have to resort to some sort of hack, like setting the header font size to 0.1, or using that with a font color with an opacity of 0, or something of the like.