1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-18 00:21:18 +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,38 +1,38 @@
/* XPM */
static const char * const TimeCursorXpm[] = {
"32 32 3 1",
". c #FF0000", // mask color = RGB:255,0,0
"# c #000000",
"+ c #FFFFFF",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"...........++.......++..........",
"..........+#+.......+#+.........",
".........+##+.......+##+........",
"........+###+++++++++###+.......",
".......+#################+......",
"........+###+++++++++###+.......",
".........+##+.......+##+........",
"..........+#+.......+#+.........",
"...........++.......++..........",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................"};
" c #FF0000",
". c #FFFFFF",
"+ c #000000",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" .. .. ",
" .+. .+. ",
" .++.........++. ",
" .+++++++++++++++. ",
" .+++++++++++++++++. ",
" .+++++++++++++++. ",
" .++.........++. ",
" .+. .+. ",
" .. .. ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};