1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-16 07:31:16 +02:00

Improve existing icons

Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
This commit is contained in:
Panagiotis Vasilopoulos
2021-07-18 20:28:53 +00:00
committed by GitHub
parent f46015d63c
commit eb7b71950b
15 changed files with 483 additions and 547 deletions

View File

@@ -1,34 +1,33 @@
/* XPM */
static const char * const IBeam[] = {
"27 27 4 1",
" c None",
". c #FFFFFF",
"+ c #000000",
"@ c #3F3F3F",
"...........................",
"...........................",
"...........................",
"...........................",
"...........................",
"..........+++@+++@.........",
".............+@............",
".............+@............",
".............+@............",
".............+@............",
".............+@............",
".............+@............",
".............+@............",
".............+@............",
".............+@............",
".............+@............",
".............+@............",
".............+@............",
".............+@............",
".............+@............",
"..........+++@+++@.........",
"...........................",
"...........................",
"...........................",
"...........................",
"...........................",
"..........................."};
"27 27 3 1",
" c #FFFFFF",
". c #000000",
"+ c #3F3F3F",
" ",
" ",
" ",
" ",
" ",
" .......+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .......+ ",
" ",
" ",
" ",
" ",
" ",
" "};