💄 update colorcodes in README
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
8367800978
commit
753ae9e816
1 changed files with 17 additions and 6 deletions
21
README.md
21
README.md
|
@ -42,19 +42,30 @@
|
|||
2. Start the development server: `yarn dev`
|
||||
|
||||
## 🎨 Color codes
|
||||
|
||||
### Light mode
|
||||
|
||||
| Color | Hex |
|
||||
|-|-|
|
||||
| Peach Cream |  `#FFF8EA` |
|
||||
| Dark Chestnut |  `#594545` |
|
||||
| Dusty Rose |  `#815B5B` |
|
||||
| Old Rose |  `#9E7676` |
|
||||
| Pale Taupe |  `#DAC0A3` |
|
||||
| Duke Blue |  `#0D47A1` |
|
||||
|
||||
### Dark mode
|
||||
|
||||
| Color | Hex |
|
||||
|-|-|
|
||||
| Light bg |  `#FFF8EA` |
|
||||
| Coffee brown |  `#594545` |
|
||||
| Tan |  `#815B5B` |
|
||||
| Light tan |  `#9E7676` |
|
||||
| Sand |  `#DAC0A3` |
|
||||
| Catppuccin Base |  `#FFF8EA` |
|
||||
| Catppuccin Text |  `#cad3f5` |
|
||||
| Catppuccin Overlay0 |  `#6e738d` |
|
||||
| Catppuccin Surface0 |  `#363a4f` |
|
||||
| Catppuccin Crust |  `#181926` |
|
||||
| Catppuccin Maroon |  `#ee99a0` |
|
||||
|
||||
## Versionlog
|
||||
- The first iteration of my website was plain html and css..
|
||||
- The second iteration of my website was a Hugo-instance that used a readymade theme called "PaperMod".
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue