New ui.find.entry_font
option (e.g. for themes)
#92
orbitalquark
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've just committed a new feature to specify the font for the find & replace pane entries via
ui.find.entry_font
. For the default "dark" and "light" themes, this field is populated with the default font name and size. Theme authors may want to do something similar.For those of you using custom themes and who prefer monospaced fonts in the find & replace pane entries, you can either update your theme or add
ui.find.entry_font = 'monospace 12'
or similar in your ~/.textadept/init.lua. Replacemonospace
with the name of your preferred font and12
with your preferred size.These changes will show up in the next nightly build.
Beta Was this translation helpful? Give feedback.
All reactions