Compare commits
No commits in common. "07026e3708b5a0ba9c6b1fb8768f228aa131edd5" and "8e93d885125a9d20cb08f4b0b4baa974e4ecb3da" have entirely different histories.
07026e3708
...
8e93d88512
2 changed files with 0 additions and 61 deletions
|
@ -1,29 +0,0 @@
|
||||||
import = ["/home/primardj/.config/alacritty/hyper.toml"]
|
|
||||||
|
|
||||||
[env]
|
|
||||||
TERM = "xterm-256color"
|
|
||||||
|
|
||||||
[font.bold]
|
|
||||||
family = "Source Code Pro"
|
|
||||||
style = "Bold"
|
|
||||||
|
|
||||||
[font.bold_italic]
|
|
||||||
family = "SourceCodeVF"
|
|
||||||
style = "Bold Italic"
|
|
||||||
|
|
||||||
[font.italic]
|
|
||||||
family = "Source Code Pro"
|
|
||||||
style = "Italic"
|
|
||||||
|
|
||||||
[font.normal]
|
|
||||||
family = "0xProto"
|
|
||||||
style = "Regular"
|
|
||||||
|
|
||||||
[[keyboard.bindings]]
|
|
||||||
action = "SpawnNewInstance"
|
|
||||||
key = "Return"
|
|
||||||
mods = "Control|Shift"
|
|
||||||
|
|
||||||
[window]
|
|
||||||
blur = false
|
|
||||||
opacity = 0.7
|
|
|
@ -1,32 +0,0 @@
|
||||||
# Colors (Hyper)
|
|
||||||
|
|
||||||
# Default colors
|
|
||||||
[colors.primary]
|
|
||||||
background = '#000000'
|
|
||||||
foreground = '#ffffff'
|
|
||||||
|
|
||||||
[colors.cursor]
|
|
||||||
text = '#F81CE5'
|
|
||||||
cursor = '#ffffff'
|
|
||||||
|
|
||||||
# Normal colors
|
|
||||||
[colors.normal]
|
|
||||||
black = '#000000'
|
|
||||||
red = '#fe0100'
|
|
||||||
green = '#33ff00'
|
|
||||||
yellow = '#feff00'
|
|
||||||
blue = '#0066ff'
|
|
||||||
magenta = '#cc00ff'
|
|
||||||
cyan = '#00ffff'
|
|
||||||
white = '#d0d0d0'
|
|
||||||
|
|
||||||
# Bright colors
|
|
||||||
[colors.bright]
|
|
||||||
black = '#808080'
|
|
||||||
red = '#fe0100'
|
|
||||||
green = '#33ff00'
|
|
||||||
yellow = '#feff00'
|
|
||||||
blue = '#0066ff'
|
|
||||||
magenta = '#cc00ff'
|
|
||||||
cyan = '#00ffff'
|
|
||||||
white = '#FFFFFF'
|
|
Loading…
Reference in a new issue