Skip to content

Commit

Permalink
new color definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
charliewilco committed Dec 5, 2016
1 parent c7fc546 commit 8ca0de4
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 3 deletions.
46 changes: 43 additions & 3 deletions lib/settings/obsidian.colors.css
Original file line number Diff line number Diff line change
@@ -1,18 +1,58 @@
/*----------Obsidian Default Colors----------*/

:root {
--offwhite: #FDFDFD;
--black: #202020;
--red: #D04D36;
--red-light: #f5dad6;
--red-medium: #D04D36;
--red-dark: #8b0302;

--blue: #147AAB;
--blue-light: #cfe4ed;
--blue-medium: #147aab;

--blue-dark: #004470;
--bluegreen: #1D889D;
--bluegreen-light: #cde4e9;
--bluegreen-medium: #1D889D;
--bluegreen-dark: #005064;

--yellow: #FFBA00;
--yellow-light: #ffdd83;
--yellow-medium: #ffba00;
--yellow-dark: #b97f00;

--ygreen: #CEE89C;
--ygreen-light: #d1e9a3;
--ygreen-medium: #CEE89C;
--ygreen-dark: #90aa62;

--green: #6CC034;
--green-light: #cce9b9;
--green-medium: #6CC034;
--green-dark: #278300;

--orange: #E36511;
--orange-light: #f8dbc7;
--orange-medium: #E36511;
--orange-dark: #9c2900;

--purple: #834F91;
--indigo: #675997;
--purple-light: #e7ddea;
--purple-medium: #834F91;
--purple-dark: #4a1958;

--indigo: #675996;
--indigo-light: #e1dfeb;
--indigo-medium: #675997;
--indigo-dark: #2f265d;

--fuchsia: #FA5E5B;
--fuchsia-light: #fdd7d7;
--fuchsia-medium: #FA5E5B;
--fuchsia-dark: #b31528;

--offwhite: #FDFDFD;
--black: #202020;
--palegray: #F7F7F7;
--gray: #CCCCCC;
--text: #484848;
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,8 @@
"pretty-bytes-cli": "^1.0.0",
"watch": "^0.19.1",
"wilco": "^0.1.1"
},
"dependencies": {
"kndlng": "0.0.1"
}
}

0 comments on commit 8ca0de4

Please sign in to comment.