Adding raw rgb values to color variables
This commit is contained in:
parent
67478113cb
commit
20141f57f6
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@hibas123/theme",
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
"description": "",
|
||||
"main": " ",
|
||||
"files": [
|
||||
|
@ -15,16 +15,17 @@ $ns: "" !default;
|
||||
|
||||
:root {
|
||||
--primary: #1e88e5;
|
||||
// 1e88e5 or 196eb9 => Needs further investigations
|
||||
--primary-rgb: 30, 136, 229;
|
||||
--on-primary: white;
|
||||
--secondary: #d8701b;
|
||||
--secondary-rgb: 216, 112, 27;
|
||||
--on-secondary: black;
|
||||
--error: rgb(255, 0, 0);
|
||||
--error-rgb: 255, 0, 0;
|
||||
--on-error: white;
|
||||
|
||||
--primary-transparent: #196eb917;
|
||||
|
||||
--success: #28a745;
|
||||
--success-rgb: 40, 167, 69;
|
||||
--on-success: white;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user