aboutsummaryrefslogtreecommitdiff
path: root/linux/alacritty/hyper.yaml
diff options
context:
space:
mode:
authorjakob.stendahl <jakob.stendahl@infomedia.dk>2024-03-24 11:49:05 +0100
committerjakob.stendahl <jakob.stendahl@infomedia.dk>2024-03-24 11:49:05 +0100
commitb97e3db54e6a198926e53ab20e398ad48f9bff9d (patch)
tree24d1ef8fc69a31bf009b37a7a8b0a0bc697d936f /linux/alacritty/hyper.yaml
parent11f68198ec676ec3825fa6edd78c75515aa6034a (diff)
downloaddotfiles-b97e3db54e6a198926e53ab20e398ad48f9bff9d.tar.gz
dotfiles-b97e3db54e6a198926e53ab20e398ad48f9bff9d.zip
toggle themes
Diffstat (limited to 'linux/alacritty/hyper.yaml')
-rw-r--r--linux/alacritty/hyper.yaml31
1 files changed, 31 insertions, 0 deletions
diff --git a/linux/alacritty/hyper.yaml b/linux/alacritty/hyper.yaml
new file mode 100644
index 0000000..41a9c3d
--- /dev/null
+++ b/linux/alacritty/hyper.yaml
@@ -0,0 +1,31 @@
+# Colors (Hyper)
+colors:
+ # Default colors
+ primary:
+ background: '#000000'
+ foreground: '#ffffff'
+ cursor:
+ text: '#F81CE5'
+ cursor: '#ffffff'
+
+ # Normal colors
+ normal:
+ black: '#000000'
+ red: '#fe0100'
+ green: '#33ff00'
+ yellow: '#feff00'
+ blue: '#0066ff'
+ magenta: '#cc00ff'
+ cyan: '#00ffff'
+ white: '#d0d0d0'
+
+ # Bright colors
+ bright:
+ black: '#808080'
+ red: '#fe0100'
+ green: '#33ff00'
+ yellow: '#feff00'
+ blue: '#0066ff'
+ magenta: '#cc00ff'
+ cyan: '#00ffff'
+ white: '#FFFFFF'