New backup 2024-05-30 23:23:11
This commit is contained in:
parent
96e59a1b7d
commit
bcd62a2f9b
5 changed files with 82 additions and 1 deletions
32
de/home/.config/de-vars/colors/blazer/alacritty.yml
Normal file
32
de/home/.config/de-vars/colors/blazer/alacritty.yml
Normal file
|
@ -0,0 +1,32 @@
|
|||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x2C2423'
|
||||
foreground: '0xD9D9D9'
|
||||
|
||||
# Colors the cursor will use if `custom_cursor_colors` is true
|
||||
cursor:
|
||||
text: '0xD9D9D9'
|
||||
cursor: '0xB87A7A'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x2C2423'
|
||||
red: '0xB87A7A'
|
||||
green: '0x7AB87A'
|
||||
yellow: '0xB8B87A'
|
||||
blue: '0x7A7AB8'
|
||||
magenta: '0xB87AB8'
|
||||
cyan: '0x7AB8B8'
|
||||
white: '0xD9D9D9'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x918988'
|
||||
red: '0xDBBDBD'
|
||||
green: '0xBDDBBD'
|
||||
yellow: '0xDBDBBD'
|
||||
blue: '0xBDBDDB'
|
||||
magenta: '0xDBBDDB'
|
||||
cyan: '0xBDDBDB'
|
||||
white: '0xFFFFFF'
|
28
de/home/.config/de-vars/colors/blazer/colors.css
Normal file
28
de/home/.config/de-vars/colors/blazer/colors.css
Normal file
|
@ -0,0 +1,28 @@
|
|||
/* CSS variables
|
||||
Generated by 'wal' */
|
||||
:root {
|
||||
--wallpaper: url("None");
|
||||
|
||||
/* Special */
|
||||
--background: #2C2423;
|
||||
--foreground: #FFFFFF;
|
||||
--cursor: #B87A7A;
|
||||
|
||||
/* Colors */
|
||||
--color0: #2C2423;
|
||||
--color1: #B87A7A;
|
||||
--color2: #7AB87A;
|
||||
--color3: #B8B87A;
|
||||
--color4: #7A7AB8;
|
||||
--color5: #B87AB8;
|
||||
--color6: #7AB8B8;
|
||||
--color7: #D9D9D9;
|
||||
--color8: #918988;
|
||||
--color9: #DBBDBD;
|
||||
--color10: #BDDBBD;
|
||||
--color11: #DBDBBD;
|
||||
--color12: #BDBDDB;
|
||||
--color13: #DBBDDB;
|
||||
--color14: #BDDBDB;
|
||||
--color15: #FFFFFF;
|
||||
}
|
21
de/home/.config/de-vars/colors/blazer/sway
Normal file
21
de/home/.config/de-vars/colors/blazer/sway
Normal file
|
@ -0,0 +1,21 @@
|
|||
set $wallpaper None
|
||||
|
||||
set $background #2C2423
|
||||
set $foreground #FFFFFF
|
||||
|
||||
set $color0 #2C2423
|
||||
set $color1 #B87A7A
|
||||
set $color2 #7AB87A
|
||||
set $color3 #B8B87A
|
||||
set $color4 #7A7AB8
|
||||
set $color5 #B87AB8
|
||||
set $color6 #7AB8B8
|
||||
set $color7 #D9D9D9
|
||||
set $color8 #918988
|
||||
set $color9 #DBBDBD
|
||||
set $color10 #BDDBBD
|
||||
set $color11 #DBDBBD
|
||||
set $color12 #BDBDDB
|
||||
set $color13 #DBBDDB
|
||||
set $color14 #BDDBDB
|
||||
set $color15 #FFFFFF
|
|
@ -25,3 +25,4 @@
|
|||
.config/sway-profiles
|
||||
.config/environment.d
|
||||
.config/hyfetch.json
|
||||
.config/de-vars
|
||||
|
|
1
include
1
include
|
@ -1 +0,0 @@
|
|||
.config/de-vars
|
Loading…
Add table
Reference in a new issue