Skip to content

Commit

Permalink
🎉 Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
michelegera committed Nov 27, 2016
0 parents commit fdf565d
Show file tree
Hide file tree
Showing 7 changed files with 122 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
root = true

[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto
22 changes: 22 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
The MIT License (MIT)

Copyright (c) Michele Gerarduzzi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE
.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# alfred-snazzy

> Simple and elegant [Alfred](https://www.alfredapp.com/) theme with bright colors
![](screenshot.png)


## Install

*You need the [Powerpack](https://www.alfredapp.com/powerpack/) for custom themes*.

[Install the theme](https://www.alfredapp.com/extras/theme/yZODAdxN8T/).


## Options

Use the following options to have it look exactly like in the screenshot above.

![](options.png)


## Related

- [`hyper-snazzy`](https://github.com/sindresorhus/hyper-snazzy) - [Hyper](https://hyper.is/) version
- [`iterm2-snazzy`](https://github.com/sindresorhus/iterm2-snazzy) - [iTerm2](https://www.iterm2.com/) version
- [`terminal-snazzy`](https://github.com/sindresorhus/terminal-snazzy) - Terminal version

## License

MIT © [Michele Gerarduzzi](https://github.com/michelegera)
Binary file added options.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
61 changes: 61 additions & 0 deletions snazzy.alfredappearance
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"alfredtheme" : {
"result" : {
"textSpacing" : 6,
"subtext" : {
"size" : 12,
"colorSelected" : "#9CECFCFF",
"font" : "System Light",
"color" : "#F0F0F07F"
},
"shortcut" : {
"size" : 16,
"colorSelected" : "#61F491FF",
"font" : "System Light",
"color" : "#61F491FF"
},
"backgroundSelected" : "#282A3600",
"text" : {
"size" : 16,
"colorSelected" : "#5BC7FCFF",
"font" : "System Light",
"color" : "#F0F0F0FF"
},
"iconPaddingHorizontal" : 8,
"paddingVertical" : 8,
"iconSize" : 40
},
"search" : {
"paddingVertical" : 2,
"background" : "#31334200",
"spacing" : 12,
"text" : {
"size" : 24,
"colorSelected" : "#000000FF",
"font" : "System Light",
"color" : "#F3F7A0FF"
},
"backgroundSelected" : "#B2D7FFFF"
},
"window" : {
"color" : "#282A36BF",
"paddingHorizontal" : 8,
"width" : 560,
"borderPadding" : 0,
"borderColor" : "#282A36FF",
"blur" : 30,
"roundness" : 4,
"paddingVertical" : 8
},
"credit" : "Michele Gerarduzzi",
"separator" : {
"color" : "#1F2041FF",
"thickness" : 0
},
"scrollbar" : {
"color" : "#313342FF",
"thickness" : 4
},
"name" : "Snazzy"
}
}

0 comments on commit fdf565d

Please sign in to comment.