diff --git a/README.md b/README.md index 208fecb..1d7e06d 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ A dusk-blue base with soft leaf-green accents, amber selections, and crisp blue/ | ---- | ---------------------------- | | ![green](https://img.shields.io/badge/%239DD99A-9DD99A) | **green** _(primary accent)_ | | ![blue](https://img.shields.io/badge/%235DA6EA-5DA6EA) | **blue** | -| ![yellow](https://img.shields.io/badge/%23C8B860-C8B860) | **yellow** | -| ![purple](https://img.shields.io/badge/%23A8A4F8-A8A4F8) | **purple** | +| ![yellow](https://img.shields.io/badge/%23FFD285-FFD285) | **yellow** | +| ![purple](https://img.shields.io/badge/%23B9A0F8-B9A0F8) | **purple** | | ![red](https://img.shields.io/badge/%23F37C7C-F37C7C) | **red** | | ![cyan](https://img.shields.io/badge/%23B8E7E9-B8E7E9) | **cyan** | diff --git a/themes/fjord.zsh-theme b/themes/fjord.zsh-theme index 959e8b1..6c77228 100644 --- a/themes/fjord.zsh-theme +++ b/themes/fjord.zsh-theme @@ -15,15 +15,15 @@ FJORD_MUTED_DIM="#51606B" FJORD_GREEN="#9DD99A" FJORD_BLUE="#5DA6EA" FJORD_CYAN="#B8E7E9" -FJORD_YELLOW="#C8B860" +FJORD_YELLOW="#FFD285" FJORD_RED="#F37C7C" -FJORD_PURPLE="#A8A4F8" +FJORD_PURPLE="#B9A0F8" FJORD_BRIGHT_GREEN="#A3D5A0" FJORD_BRIGHT_BLUE="#7BB8FF" -FJORD_BRIGHT_YELLOW="#D4CC7A" +FJORD_BRIGHT_YELLOW="#FFE0A3" FJORD_BRIGHT_RED="#FF9B9B" -FJORD_BRIGHT_PURPLE="#C8CCF7" +FJORD_BRIGHT_PURPLE="#D4C6F7" FJORD_BRIGHT_CYAN="#A1E9DE" FJORD_BRIGHT_WHITE="#EFFAFF"