We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To set font, margins, line spacing, colors etc.
These are the settings to be edited (namespace: EditorWindow class):
manager.kwargs[ed_color_bg_bright] # 'white' manager.kwargs[ed_color_fg_bright] # 'black' manager.kwargs[ ed_color_bg_light] # 'antique white' manager.kwargs[ed_color_fg_light] # 'black' manager.kwargs[ed_color_bg_dark] # 'gray20' manager.kwargs[ed_color_fg_dark] # 'light grey' manager.kwargs[ed_font_family] # 'Courier' manager.kwargs[ed_font_size] # 12 manager.kwargs[ed_line_spacing] # 4 manager.kwargs[ed_line_width] # 600 manager.kwargs[ed_paragraph_spacing] # 4 manager.kwargs[ed_margin_x] # 40 manager.kwargs[ed_margin_y] # 20
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To set font, margins, line spacing, colors etc.
These are the settings to be edited (namespace: EditorWindow class):
The text was updated successfully, but these errors were encountered: