Skip to content

Commit

Permalink
Remove deprecated duckduckgo-colors dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sammacbeth committed Jan 2, 2025
1 parent 2b850d4 commit 4d7ab31
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 18 deletions.
19 changes: 3 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"@types/node": "^22.1.0",
"@types/webextension-polyfill": "^0.10.7",
"asana": "github:Asana/node-asana",
"duckduckgo-colors": "0.0.1",
"esbuild": "^0.24.2",
"eslint": "^9.13.0",
"fake-indexeddb": "^6.0.0",
Expand Down
23 changes: 22 additions & 1 deletion shared/scss/_vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,28 @@ $status--bad: 'status--bad.svg';
$status--info: 'status--info.svg';

/* Colors */
@import '../../node_modules/duckduckgo-colors/colors';
$white: #ffffff;
$silver-light: #f7f7f7;
$silver: #f2f2f2;
$silver-dark: #ededed;
$platinum-light: #e5e5e5;
$platinum: #e0e0e0;
$platinum-dark: #d0d0d0;
$platinum-darker: #c3c3c3;
$grey-light: #aaaaaa;
$grey: #999999;
$grey-dark: #888888;
$slate-light: #666666;
$slate-light-blue: #434a50;
$slate: #333333;
$slate-dark: $black;
$slate-blue: #34383b;

$blue: #4495d4;
$blue-dark: #00278e;
$blue-light: #66abff;

$red: #de5833;
$color--green: #3fa248;
$color--dark-green: #29521f;
$color--orange: #f89f22;
Expand Down

0 comments on commit 4d7ab31

Please sign in to comment.