Skip to content

Commit

Permalink
Delicious!
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielPintilei committed Feb 10, 2016
1 parent 684b082 commit bc19594
Show file tree
Hide file tree
Showing 67 changed files with 4,122 additions and 167 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "source/components"
}
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.DS_Store
node_modules
npm-debug.log
components
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
Yummy theme for Brackets
========================
Cake
====

## HTML
![HTML!](https://github.com/DanielPintilei/cake/blob/master/screenshots/html.png)

## CSS
![CSS!](https://github.com/DanielPintilei/cake/blob/master/screenshots/css.png)

## JS
![JavaScript!](https://github.com/DanielPintilei/cake/blob/master/screenshots/js.png)

## License
** Yummy syntax theme for Atom, Brackets, Sublime Text and Visual Studio Code

MIT © [Daniel Pintilei][website]

Expand Down
20 changes: 20 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Cake",
"version": "1.0.0",
"description": "Yummy syntax theme",
"main": "index.html",
"author": "Daniel Pintilei",
"license": "MIT",
"dependencies": {
"bootstrap": "v4.0.0-alpha.2"
},
"preen": {
"jQuery": [
"dist/jquery.min.js"
],
"bootstrap": [
"dist/js/umd/**/*",
"scss/**/*"
]
}
}
1 change: 1 addition & 0 deletions build/css/styles.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/img/atom.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions build/img/brackets.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions build/img/cake.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions build/img/cream.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions build/img/sublime.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions build/img/vsc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit bc19594

Please sign in to comment.