Skip to content

Commit e840eca

Browse files
committed
Init
0 parents  commit e840eca

File tree

4 files changed

+45
-0
lines changed

4 files changed

+45
-0
lines changed

.editorconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
root = true
2+
3+
[*]
4+
indent_style = tab
5+
end_of_line = lf
6+
charset = utf-8
7+
trim_trailing_whitespace = true
8+
insert_final_newline = true
9+
10+
[*.yml]
11+
indent_style = space
12+
indent_size = 2

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto eol=lf

Stuff/AppIcon-readme.png

133 KB
Loading

readme.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<div align="center">
2+
<a href="https://sindresorhus.com/system-color-picker">
3+
<img src="Stuff/AppIcon-readme.png" width="200" height="200">
4+
</a>
5+
<h1>System Color Picker</h1>
6+
<p>
7+
<b>The familiar color picker supercharged</b>
8+
</p>
9+
<br>
10+
<br>
11+
<br>
12+
</div>
13+
14+
## Download
15+
16+
[Get it here](https://sindresorhus.com/system-color-picker)
17+
18+
## Where is the source code?
19+
20+
The app is no longer open-source. Despite initial hopes for community collaboration, the project received no contributions while facing challenges with App Store clones. The effort required to maintain it as open-source outweighed the benefits.
21+
22+
Rest assured, the app remains actively developed. I will continue using GitHub issues for requests and bug reports.
23+
24+
## Built with
25+
26+
- [Defaults](https://github.com/sindresorhus/Defaults) - Swifty and modern UserDefaults
27+
- [KeyboardShortcuts](https://github.com/sindresorhus/KeyboardShortcuts) - Add user-customizable global keyboard shortcuts to your macOS app
28+
- [LaunchAtLogin](https://github.com/sindresorhus/LaunchAtLogin) - Add “Launch at Login” functionality to your macOS app
29+
30+
## Related
31+
32+
- [More apps by me](https://sindresorhus.com/apps)

0 commit comments

Comments
 (0)