Sublime Forum

Styles - Different Input style

#1

When making a theme , is it possible to make inputs with different styles? For example I want to make the find input a bit different ?

CloudApp

0 Likes

#2

You have to edit the “text_line_control” class in your .sublime-theme, which controls every text input ( so also the quick panel. ). If you want to edit only the bottom panel properties, you’ll have to set its parents to “panel_control”.

Further informations here:
https://www.sublimetext.com/docs/3/themes.html#elements-inputs

2 Likes

#3

Awesome … thanks

0 Likes