Customize the interface

Where to get

All themes and editor settings are placed in ~/.config/textworker/.

  • Themes: the themes subdir.

  • Editor: the editorconfigs subdir.

Each folder contains a default.ini defining the most current behaviour on the application.

How to change things

Create a new file on the folder you want (e.g catppuccin.ini makes a theme - place it in ~/.config/textworker/themes). Depending on your purpose, edit the main settings file:

[config-paths.ui]
name = catppucin ; for example
path = unchanged ; the file is in the same folder as the default.ini

[config-paths.editor]
name = myeditorconfigs
path = path_to_my_settings ; only the directory path containing the file

For more settings please look at this.

Now restart the app to take effects.

Want to see how it would effect the application? Here is an example:

More: (look for *-light settings in the image above)

Last updated