Skip to content

Commit

Permalink
Change theme color (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
afnizarnur authored Oct 15, 2023
1 parent eae8e7f commit 14fa786
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions src/data/themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,26 +42,26 @@
"id": "pink",
"name": "Pink",
"colors": {
"backgroundDefault": "#FFEFF8",
"textPrimary": "#3C0023",
"textSecondary": "#740043",
"textDisabled": "#AC0064",
"borderDefault": "#FFC6E7",
"surfaceDefault": "#FFEAF6",
"textInverseSubdued": "#FF8ECF"
"backgroundDefault": "#191A1B",
"textPrimary": "#FFC6E7",
"textSecondary": "#FFC6E7",
"textDisabled": "#A1A5A7",
"borderDefault": "#404345",
"surfaceDefault": "#2F3032",
"textInverseSubdued": "#A1A5A7"
}
},
{
"id": "blue",
"name": "Blue",
"colors": {
"backgroundDefault": "#E0F5FD",
"textPrimary": "#042A36",
"textSecondary": "#042A36",
"textDisabled": "#0C7A9F",
"borderDefault": "#94DEF7",
"surfaceDefault": "#F3FBFE",
"textInverseSubdued": "#94DEF7"
"backgroundDefault": "#191A1B",
"textPrimary": "#94DEF7",
"textSecondary": "#BAEAFA",
"textDisabled": "#A1A5A7",
"borderDefault": "#404345",
"surfaceDefault": "#2F3032",
"textInverseSubdued": "#A1A5A7"
}
}
]
6 changes: 3 additions & 3 deletions src/includes/home/illustration.njk
Original file line number Diff line number Diff line change
Expand Up @@ -666,9 +666,9 @@
stroke-linejoin="round"
d="M378.408 117.003h-18.449l-4.164-12.124h26.787l-4.174 12.124Z"
/>
<path fill="#fff" d="m374.981 104.879-1.802 12.124h-7.981l-1.802-12.124" />
<path class="fill-white" d="m374.981 104.879-1.802 12.124h-7.981l-1.802-12.124"/>
<path
stroke="#000"
class="stroke-default line-black"
stroke-linecap="round"
stroke-linejoin="round"
d="m374.981 104.879-1.802 12.124h-7.981l-1.802-12.124"
Expand Down Expand Up @@ -987,4 +987,4 @@
stroke-linejoin="round"
d="m748.065 359.268-7.369 7.865 13.8 12.471 26.07-7.287 9.72-11.293-30.993 9.18-11.228-10.936Z"
/>
</svg>
</svg>

0 comments on commit 14fa786

Please sign in to comment.