Skip to content

Commit

Permalink
fix: lower case hex codes
Browse files Browse the repository at this point in the history
  • Loading branch information
pocco81 committed Dec 11, 2021
1 parent 195f3d8 commit 9e29c87
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions conf.d/catppuccin.fish
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Dracula Color Palette
set -l foreground #D7DAE0
set -l foreground #d7dae0
set -l selection #3e4058
set -l gray #6E6C7C
set -l red #E28C8C
set -l orange #F7C196
set -l yellow #EADDA0
set -l green #B3E1A3
set -l purple #C6AAE8
set -l pink #F0AFE1
set -l blue #A4B9EF
set -l gray #6e6c7c
set -l red #e28c8c
set -l orange #f7c196
set -l yellow #eadda0
set -l green #b3e1a3
set -l purple #c6aae8
set -l pink #f0afe1
set -l blue #a4b9ef

# Syntax Highlighting Colors
set -g fish_color_normal $foreground
Expand Down

0 comments on commit 9e29c87

Please sign in to comment.