Skip to content

Commit

Permalink
feat: slightly increase contrast (mitigates #82)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis.pontoise authored and lwouis committed Mar 10, 2020
1 parent fd906f4 commit 291770e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alt-tab-macos/logic/Preferences.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Preferences {
static let nCellsRows = CGFloat(3)

static let themeMacro = MacroPreferenceHelper<(CGFloat, CGFloat, CGFloat, NSColor, NSColor)>([
MacroPreference(" macOS", (0, 5, 20, .clear, NSColor(red: 0, green: 0, blue: 0, alpha: 0.3))),
MacroPreference(" macOS", (0, 5, 20, .clear, NSColor(red: 0, green: 0, blue: 0, alpha: 0.4))),
MacroPreference("❖ Windows 10", (2, 0, 0, .white, .clear))
])
static let metaKeyMacro = MacroPreferenceHelper<([Int], NSEvent.ModifierFlags)>([
Expand Down

0 comments on commit 291770e

Please sign in to comment.