Skip to content

Commit

Permalink
chore(oomox_plugin): add new description and links for about section
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Oct 12, 2022
1 parent 95f7ce4 commit b4d6187
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions oomox_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,17 @@ class Plugin(PluginBase):
user_presets_display_name = translate('Base16 User-Imported')
export_text = translate('Base16-Based Templates…')
import_text = translate('From Base16 YML Format')
about_text = translate(
'Access huge collection of color themes and '
'export templates for many apps, such as '
'Alacritty, Emacs, GTK4, KDE, VIM and many more.'
)
about_links = [
{
'name': translate('Homepage'),
'url': 'https://github.com/themix-project/themix-plugin-base16/',
},
]

export_dialog = Base16ExportDialog
file_extensions = ('.yml', '.yaml', )
Expand Down

0 comments on commit b4d6187

Please sign in to comment.