Sublime Forum

Make a compact theme?

#1

Any one up for it?

I’m looking for a super compact theme, one that doesn’t necessarily looks nice, but instead it’s as compact as they can get.

My version of Soda dark is quite compact, but I think it can get much more compact.

So, once again, anyone up for it?

0 Likes

#2

Bump. :smile:

0 Likes

#3

Yay ! I made one super compat theme from the same theme… there it is ! :¬D

github.com/poulenque/sublime_supercompact_theme

  • this is working with sublime text 3 … didn’t try on sublime text 2…

I would recomand this too :

  1. keybind

{ "keys": "ctrl+alt+v"], "command": "toggle_menu" }, { "keys": "ctrl+alt+n"], "command": "toggle_tabs" }, { "keys": "ctrl+alt+b"], "command": "toggle_status_bar" }, { "keys": "ctrl+alt+m"], "command": "toggle_minimap" },
2. preferences

	"enable_tab_scrolling": false,
	"font_face": "fixed",
	"font_size": 8,
	"theme": "supercompact.sublime-theme"
0 Likes