1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-19 09:30:52 +02:00

Add borders round Mac Cursors, for better contrast.

Needed on dark themes.
This commit is contained in:
James Crook 2017-06-22 19:37:59 +01:00
parent 00495937f2
commit af79294b8f
4 changed files with 60 additions and 60 deletions

View File

@ -6,19 +6,19 @@ static const char * IBeamCursorXpm[] = {
". c #FF0000", // mask color = RGB:255,0,0 ". c #FF0000", // mask color = RGB:255,0,0
"# c #000000", "# c #000000",
"+ c #FFFFFF", "+ c #FFFFFF",
"....####.###....", "...+####.###+...",
".......##.......", "....+++##+++....",
".......##.......", "......+##+......",
".......##.......", "......+##+......",
".......##.......", "......+##+......",
".......##.......", "......+##+......",
".......##.......", "......+##+......",
".......##.......", "......+##+......",
".......##.......", "......+##+......",
".......##.......", "......+##+......",
".......##.......", "......+##+......",
".......##.......", "......+##+......",
".......##.......", "......+##+......",
".......##.......", "......+##+......",
".......##.......", "....+++##+++....",
"....####.###...."}; "...+####.###+..."};

View File

@ -5,18 +5,18 @@ static const char * StretchCursorXpm[] = {
"# c #000000", "# c #000000",
"+ c #FFFFFF", "+ c #FFFFFF",
"................", "................",
"........#.......", ".......+#+......",
"........#.......", ".......+#+......",
"........#.......", ".......+#+......",
"....#########...", "...+#########+..",
"....#...#...#...", "...+#+.+#+.+#+..",
"....#...#...#...", "...+#+.+#+.+#+..",
"....#...#...#...", "...+#+.+#+.+#+..",
".###############", ".###############",
"....#...#...#...", "...+#+.+#+.+#+..",
"....#...#...#...", "...+#+.+#+.+#+..",
"....#...#...#...", "...+#+.+#+.+#+..",
"....#########...", "...+#########+..",
"........#.......", ".......+#+......",
"........#.......", ".......+#+......",
"........#......."}; ".......+#+......"};

View File

@ -5,18 +5,18 @@ static const char * StretchLeftCursorXpm[] = {
"# c #000000", "# c #000000",
"+ c #FFFFFF", "+ c #FFFFFF",
"................", "................",
"........#.......", ".......+#.......",
"........#.......", ".......+#.......",
"........#.......", ".......+#.......",
"........#####...", ".......+#####+..",
"........#...#...", ".......+#...#+..",
"........#...#...", ".......+#...#+..",
"........#...#...", ".......+#...#+..",
"........########", ".......+########",
"........#...#...", ".......+#...#+..",
"........#...#...", ".......+#...#+..",
"........#...#...", ".......+#...#+..",
"........#####...", ".......+#####+..",
"........#.......", ".......+#.......",
"........#.......", ".......+#.......",
"........#......."}; ".......+#......."};

View File

@ -5,18 +5,18 @@ static const char * StretchRightCursorXpm[] = {
"# c #000000", "# c #000000",
"+ c #FFFFFF", "+ c #FFFFFF",
"................", "................",
"........#.......", "........#+......",
"........#.......", "........#+......",
"........#.......", "........#+......",
"....#####.......", "...+#####+......",
"....#...#.......", "...+#...#+......",
"....#...#.......", "...+#...#+......",
"....#...#.......", "...+#...#+......",
".########.......", ".########+......",
"....#...#.......", "...+#...#+......",
"....#...#.......", "...+#...#+......",
"....#...#.......", "...+#...#+......",
"....#####.......", "...+#####+......",
"........#.......", "........#+......",
"........#.......", "........#+......",
"........#......."}; "........#+......"};