Skip to content

Commit

Permalink
Merge pull request #19 from pliljenberg/dark_mode_and_scaling
Browse files Browse the repository at this point in the history
Dark mode and scaling
  • Loading branch information
Roderik van der Veer committed Dec 4, 2014
2 parents e624039 + a1462bf commit fc28f4b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions recipes/dock_minimize_scale_effect.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
osxdefaults_defaults "Minimze windows to dock using scale effect" do
domain 'com.apple.dock'
key 'mineffect'
string 'scale'
end
5 changes: 5 additions & 0 deletions recipes/use_dark_menu_bar_and_dock.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
osxdefaults_defaults "Use dark menu bar and Dock" do
domain 'NSGlobalDomain'
key 'AppleInterfaceStyle'
string 'Dark'
end

0 comments on commit fc28f4b

Please sign in to comment.