From f2d017aa1596d7472ed0588934993f2254acbfb1 Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Tue, 17 Apr 2018 11:10:44 +1200 Subject: [PATCH] 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. --- data/icons/writeas-bright-dark.png | Bin 0 -> 3161 bytes data/meson.build | 2 ++ 2 files changed, 2 insertions(+) create mode 100644 data/icons/writeas-bright-dark.png diff --git a/data/icons/writeas-bright-dark.png b/data/icons/writeas-bright-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..69214d9e854bba482e54d1a64eef3ef0de4f75d5 GIT binary patch literal 3161 zcmeAS@N?(olHy`uVBq!ia0vp^1|ZDA1|-9oezpUt=Bkj0lAy$Lg@U5|w9K4Tg_6pG zRE5-v%rpjuid&_9r+E)MaJak=nJARTxY^rsT8{TSg{SFZ7G5B8M9VYzn{ zXXrn z!J!Y5(KpmH&_`BYl9`4>IYd5n80; zCTPuLT4ER0xYt0*u;r*@;1!FqztdMgn{4yz)tnoJ>zJLlXkHPR$^F2)*GcJ*dB7?~ zucUho;;I+f^qn4UVz!%km<6X4KWIfRI2E*u;Xt%TqpM1z@`Jsp|IX#MXXZc7=D(kP zt8eD}bw(`*Jc^AXJ%6-pzkAq!mX)-^_Pw4*#df@0v2-d2W4?AlRzUu0mxbRVXGSO( zulcF3xNm0nMy|kZ0Un&Q@9a9zK54_r&Du2_oR@n{-?oVE$>+Rm^P^>b{nTU*pT_gk ze(pSdQe^eqIM03jdp!1D@Ufm(lh1nWRqNjm8=Hg=sWbOA7C-QcjX78I&x~{K{DG`%?rsbP0l+XkKuz;f? literal 0 HcmV?d00001 diff --git a/data/meson.build b/data/meson.build index 74fd51e..8dbc35f 100644 --- a/data/meson.build +++ b/data/meson.build @@ -1,6 +1,8 @@ install_data('icons/write-as.png', 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_dir: join_paths(get_option('datadir'), 'applications'))