adds wallust for automatic color change according to wallpaper
This commit is contained in:
@ -6,7 +6,7 @@ WINIT_X11_SCALE_FACTOR = "1"
|
||||
dynamic_padding = true
|
||||
decorations = "full"
|
||||
title = "Alacritty"
|
||||
opacity = 0.5
|
||||
opacity = 0.3
|
||||
decorations_theme_variant = "Dark"
|
||||
|
||||
[window.dimensions]
|
||||
@ -21,45 +21,6 @@ general = "Alacritty"
|
||||
history = 10000
|
||||
multiplier = 4
|
||||
|
||||
[colors]
|
||||
draw_bold_text_with_bright_colors = true
|
||||
|
||||
# Upstream: github.com/bluz71/vim-moonfly-colors
|
||||
# github.com/alacritty/alacritty-theme
|
||||
|
||||
[colors.bright]
|
||||
black = "#949494"
|
||||
blue = "#74b2ff"
|
||||
cyan = "#85dc85"
|
||||
green = "#36c692"
|
||||
magenta = "#ae81ff"
|
||||
red = "#ff5189"
|
||||
white = "#e4e4e4"
|
||||
yellow = "#c6c684"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#8e8e8e"
|
||||
text = "#080808"
|
||||
|
||||
[colors.normal]
|
||||
black = "#323437"
|
||||
blue = "#80a0ff"
|
||||
cyan = "#79dac8"
|
||||
green = "#8cc85f"
|
||||
magenta = "#cf87e8"
|
||||
red = "#ff5454"
|
||||
white = "#c6c6c6"
|
||||
yellow = "#e3c78a"
|
||||
|
||||
[colors.primary]
|
||||
background = "#080808"
|
||||
bright_foreground = "#eeeeee"
|
||||
foreground = "#bdbdbd"
|
||||
|
||||
[colors.selection]
|
||||
background = "#b2ceee"
|
||||
text = "#080808"
|
||||
|
||||
[font]
|
||||
size = 11
|
||||
|
||||
@ -174,3 +135,5 @@ action = "ResetFontSize"
|
||||
[general]
|
||||
live_config_reload = true
|
||||
working_directory = "None"
|
||||
import = ["colors.toml"]
|
||||
|
||||
|
32
.config/alacritty/colors.toml
Normal file
32
.config/alacritty/colors.toml
Normal file
@ -0,0 +1,32 @@
|
||||
[colors.bright]
|
||||
black = "#8E969B"
|
||||
red = "#58120D"
|
||||
green = "#744E72"
|
||||
yellow = "#517185"
|
||||
blue = "#DD2A4A"
|
||||
magenta = "#DEACB3"
|
||||
cyan = "#A9BFCE"
|
||||
white = "#CCD7DE"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#8e8e8e"
|
||||
text = "#080808"
|
||||
|
||||
[colors.normal]
|
||||
black = "#424345"
|
||||
red = "#58120D"
|
||||
green = "#744E72"
|
||||
yellow = "#517185"
|
||||
blue = "#DD2A4A"
|
||||
magenta = "#DEACB3"
|
||||
cyan = "#A9BFCE"
|
||||
white = "#CCD7DE"
|
||||
|
||||
[colors.primary]
|
||||
background = "#1B1D1E"
|
||||
bright_foreground = "#eeeeee"
|
||||
foreground = "#E1E9EE"
|
||||
|
||||
[colors.selection]
|
||||
background = "#b2ceee"
|
||||
text = "#080808"
|
Reference in New Issue
Block a user