-
Notifications
You must be signed in to change notification settings - Fork 34
Change tab colour, font and font size #4
Comments
Such thing is not currently configurable. If you want to change the colors, you need to change the code. In file src/winxx.cc, line 250, there are lines
change the values in RGB(...). Values are in RGB colors (255,255,255) is white, (0,0,0) is black. Font can be changed by changine line 274, at I leave this issue open for now, since it would probably be a good feature to have in the future to be able to configure the tab colors and font. |
thanks for the replay |
How can I change key combination for shifting between tabs? |
@Chandru2012 Looks like that is in wininput.c#win_key_down |
There is now config for tab colours: c79b48b One could, for example, add following lines to
Config window is missing these for now. Also, font configuration is also missing for now. |
how can i change tab colour, font and font size
The text was updated successfully, but these errors were encountered: