Updates for noctalia theme and swayfx.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
[general]
|
||||
import = ["~/.config/alacritty/themes/noctalia.toml"]
|
||||
|
||||
[font]
|
||||
size = 12.4
|
||||
@@ -13,27 +14,3 @@ padding.y = 10
|
||||
[cursor]
|
||||
style.shape = "Beam"
|
||||
style.blinking = "Always"
|
||||
|
||||
[colors.primary]
|
||||
background = '#101010'
|
||||
foreground = '#ebdbb2'
|
||||
|
||||
[colors.normal]
|
||||
black = '#282828'
|
||||
red = '#cc241d'
|
||||
green = '#98971a'
|
||||
yellow = '#d79921'
|
||||
blue = '#458588'
|
||||
magenta = '#b16286'
|
||||
cyan = '#689d6a'
|
||||
white = '#a89984'
|
||||
|
||||
[colors.bright]
|
||||
black = '#928374'
|
||||
red = '#fb4934'
|
||||
green = '#b8bb26'
|
||||
yellow = '#fabd2f'
|
||||
blue = '#83a598'
|
||||
magenta = '#d3869b'
|
||||
cyan = '#8ec07c'
|
||||
white = '#ebdbb2'
|
||||
|
||||
@@ -0,0 +1,68 @@
|
||||
[colors.primary]
|
||||
background = '#121212'
|
||||
foreground = '#e8e8e8'
|
||||
|
||||
[colors.cursor]
|
||||
text = '#121212'
|
||||
cursor = '#e8e8e8'
|
||||
|
||||
[colors.vi_mode_cursor]
|
||||
text = '#121212'
|
||||
cursor = '#a9afbd'
|
||||
|
||||
[colors.search.matches]
|
||||
foreground = '#161616'
|
||||
background = '#8b909c'
|
||||
|
||||
[colors.search.focused_match]
|
||||
foreground = '#161616'
|
||||
background = '#a9afbd'
|
||||
|
||||
[colors.footer_bar]
|
||||
foreground = '#161616'
|
||||
background = '#e8e3e3'
|
||||
|
||||
[colors.hints.start]
|
||||
foreground = '#161616'
|
||||
background = '#7d8390'
|
||||
|
||||
[colors.hints.end]
|
||||
foreground = '#161616'
|
||||
background = '#7d8390'
|
||||
|
||||
[colors.selection]
|
||||
text = '#e8e8e8'
|
||||
background = '#2a2a2a'
|
||||
|
||||
|
||||
[colors.normal]
|
||||
black = '#161616'
|
||||
red = '#c77b7b'
|
||||
green = '#9cb89c'
|
||||
yellow = '#c7b98b'
|
||||
blue = '#8b95a9'
|
||||
magenta = '#a99bb0'
|
||||
cyan = '#8fadb0'
|
||||
white = '#b0b0b0'
|
||||
|
||||
|
||||
[colors.bright]
|
||||
black = '#3a3a3a'
|
||||
red = '#d89a9a'
|
||||
green = '#b0ccaf'
|
||||
yellow = '#d8cba0'
|
||||
blue = '#a9afbd'
|
||||
magenta = '#beb0c4'
|
||||
cyan = '#a9c4c7'
|
||||
white = '#f0f0f0'
|
||||
|
||||
|
||||
[colors.dim]
|
||||
black = '#161616'
|
||||
red = '#c77b7b'
|
||||
green = '#9cb89c'
|
||||
yellow = '#c7b98b'
|
||||
blue = '#8b95a9'
|
||||
magenta = '#a99bb0'
|
||||
cyan = '#8fadb0'
|
||||
white = '#b0b0b0'
|
||||
Reference in New Issue
Block a user