Skip to content

Commit

Permalink
fix default colors
Browse files Browse the repository at this point in the history
  • Loading branch information
yep committed Oct 2, 2017
1 parent 41b714d commit 7c465ba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
Binary file added Anti-RSI-Screenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# AntiRSI

Are you forgetting to have breaks when using the computer?

This application shows a popover to remind you when it is time for a break.

Named after [repetitive strain injury](https://en.wikipedia.org/wiki/Repetitive_strain_injury).

Written by [onnlucky](https://github.com/onnlucky/AntiRSI). Blur view added by [yep](https://github.com/yep/AntiRSI).

![Anti RSI screenshot](https://github.com/yep/AntiRSI/raw/master/Anti-RSI-Screenshot.png "AntiRSI Screenshot")
![Anti RSI settings](https://github.com/yep/AntiRSI/raw/master/Anti-RSI-Screenshot2.png "AntiRSI Settings")

## Download

Expand Down
4 changes: 2 additions & 2 deletions macosx/AntiRSI.m
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ - (void)awakeFromNib
[NSColor setIgnoresAlpha:NO];

// initial colors
elapsed = [[NSColor colorWithCalibratedRed:0.3 green:0.3 blue:0.9 alpha:0.95] retain];
taking = [[NSColor colorWithCalibratedRed:0.3 green:0.9 blue:0.3 alpha:0.90] retain];
elapsed = [[NSColor colorWithCalibratedRed:0.77 green:0 blue:0 alpha:0.9] retain];
taking = [[NSColor colorWithCalibratedRed:0.04 green:0.46 blue:0.04 alpha:0.9] retain];
background = [NSColor colorWithCalibratedRed:0.9 green:0.9 blue:0.9 alpha:0.7];

//initial values
Expand Down

0 comments on commit 7c465ba

Please sign in to comment.