Add alacritty themes
This commit is contained in:
@@ -1,28 +1,8 @@
|
|||||||
live_config_reload = false
|
live_config_reload = true
|
||||||
|
|
||||||
[colors.bright]
|
import = [
|
||||||
black = "#75715E"
|
"~/.config/alacritty/themes/monokai.toml"
|
||||||
blue = "#66D9EF"
|
]
|
||||||
cyan = "#A1EFE4"
|
|
||||||
green = "#A6E22E"
|
|
||||||
magenta = "#AE81FF"
|
|
||||||
red = "#F92672"
|
|
||||||
white = "#F9F8F5"
|
|
||||||
yellow = "#F4BF75"
|
|
||||||
|
|
||||||
[colors.normal]
|
|
||||||
black = "#000000"
|
|
||||||
blue = "#66D9EF"
|
|
||||||
cyan = "#A1EFE4"
|
|
||||||
green = "#A6E22E"
|
|
||||||
magenta = "#AE81FF"
|
|
||||||
red = "#F92672"
|
|
||||||
white = "#F8F8F2"
|
|
||||||
yellow = "#F4BF75"
|
|
||||||
|
|
||||||
[colors.primary]
|
|
||||||
background = "#272822"
|
|
||||||
foreground = "#F8F8F2"
|
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
TERM = "alacritty"
|
TERM = "alacritty"
|
||||||
|
|||||||
36
alacritty/themes/github_light.toml
Normal file
36
alacritty/themes/github_light.toml
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
# github Alacritty Colors
|
||||||
|
|
||||||
|
# Default colors
|
||||||
|
[colors.primary]
|
||||||
|
background = '#ffffff'
|
||||||
|
foreground = '#24292f'
|
||||||
|
|
||||||
|
# Normal colors
|
||||||
|
[colors.normal]
|
||||||
|
black = '#24292e'
|
||||||
|
red = '#d73a49'
|
||||||
|
green = '#28a745'
|
||||||
|
yellow = '#dbab09'
|
||||||
|
blue = '#0366d6'
|
||||||
|
magenta = '#5a32a3'
|
||||||
|
cyan = '#0598bc'
|
||||||
|
white = '#6a737d'
|
||||||
|
|
||||||
|
# Bright colors
|
||||||
|
[colors.bright]
|
||||||
|
black = '#959da5'
|
||||||
|
red = '#cb2431'
|
||||||
|
green = '#22863a'
|
||||||
|
yellow = '#b08800'
|
||||||
|
blue = '#005cc5'
|
||||||
|
magenta = '#5a32a3'
|
||||||
|
cyan = '#3192aa'
|
||||||
|
white = '#d1d5da'
|
||||||
|
|
||||||
|
[[colors.indexed_colors]]
|
||||||
|
index = 16
|
||||||
|
color = '#d18616'
|
||||||
|
|
||||||
|
[[colors.indexed_colors]]
|
||||||
|
index = 17
|
||||||
|
color = '#cb2431'
|
||||||
24
alacritty/themes/monokai.toml
Normal file
24
alacritty/themes/monokai.toml
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
[colors.primary]
|
||||||
|
background = "#272822"
|
||||||
|
foreground = "#f8f8f2"
|
||||||
|
|
||||||
|
[colors.normal]
|
||||||
|
black = "#272822"
|
||||||
|
red = "#f92672"
|
||||||
|
green = "#a6e22e"
|
||||||
|
yellow = "#f4bf75"
|
||||||
|
blue = "#66d9ef"
|
||||||
|
magenta = "#ae81ff"
|
||||||
|
cyan = "#a1efe4"
|
||||||
|
white = "#f8f8f2"
|
||||||
|
|
||||||
|
[colors.bright]
|
||||||
|
black = "#75715e"
|
||||||
|
red = "#f92672"
|
||||||
|
green = "#a6e22e"
|
||||||
|
yellow = "#f4bf75"
|
||||||
|
blue = "#66d9ef"
|
||||||
|
magenta = "#ae81ff"
|
||||||
|
cyan = "#a1efe4"
|
||||||
|
white = "#f9f8f5"
|
||||||
|
|
||||||
@@ -69,6 +69,8 @@ dotfiles:
|
|||||||
- from: alacritty/alacritty.toml
|
- from: alacritty/alacritty.toml
|
||||||
to: .config/alacritty/config.toml
|
to: .config/alacritty/config.toml
|
||||||
template: true
|
template: true
|
||||||
|
- from: alacritty/themes
|
||||||
|
to: .config/alacritty/themes
|
||||||
- from: rofi/config
|
- from: rofi/config
|
||||||
to: .config/rofi/config
|
to: .config/rofi/config
|
||||||
- from: gtk/gtk-3.0.ini
|
- from: gtk/gtk-3.0.ini
|
||||||
|
|||||||
Reference in New Issue
Block a user