Find a icon for toggling dark and light modes.
Gave up on finding system icon for it (though the night/day wheather icons can be stretched to mean dark and light), and just took the one off the website. 16min.
This commit is contained in:
parent
3ad58ef0c3
commit
f2d017aa15
BIN
data/icons/writeas-bright-dark.png
Normal file
BIN
data/icons/writeas-bright-dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
@ -1,6 +1,8 @@
|
|||||||
install_data('icons/write-as.png',
|
install_data('icons/write-as.png',
|
||||||
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', '128x128', 'apps')
|
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', '128x128', 'apps')
|
||||||
)
|
)
|
||||||
|
install_data('icons/writeas-bright-dark.png',
|
||||||
|
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', '48x48', 'actions'))
|
||||||
|
|
||||||
install_data('write-as-gtk.desktop',
|
install_data('write-as-gtk.desktop',
|
||||||
install_dir: join_paths(get_option('datadir'), 'applications'))
|
install_dir: join_paths(get_option('datadir'), 'applications'))
|
||||||
|
Loading…
Reference in New Issue
Block a user