New backup 2024-06-16 00:15:01

This commit is contained in:
Penelope Gwen 2024-06-16 00:15:01 -06:00
parent ac2d4c0354
commit 21513f3230
10 changed files with 65 additions and 70 deletions

View file

@ -1,4 +1,4 @@
import = ["/home/pogmommy/.config/de-vars/colors/blazer/alacritty.toml"]
import = ["/home/pogmommy/.config/de-vars/colors/active/alacritty.toml"]
[window]
opacity = 0.8

View file

@ -1,16 +1,16 @@
[colors.bright]
black = "0x777777"
blue = "0xBDBDDB"
cyan = "0xBDDBDB"
green = "0xBDDBBD"
magenta = "0xDBBDDB"
red = "0xDBBDBD"
white = "0xFFFFFF"
yellow = "0xDBDBBD"
blue = "0xb3d1ff"
cyan = "0x79e0ed"
green = "0x9ddeaf"
magenta = "0xfabdf0"
red = "0xffbbb2"
white = "0xffffff"
yellow = "0xe0ce91"
[colors.cursor]
cursor = "0xa9635d"
text = "0xD9D9D9"
text = "0xcfcfcf"
[colors.normal]
black = "0x4e4e4e"
@ -19,9 +19,9 @@ cyan = "0x008592"
green = "0x468459"
magenta = "0x9c6594"
red = "0xa9635d"
white = "0xD9D9D9"
white = "0xcfcfcf"
yellow = "0x84763d"
[colors.primary]
background = "0x4e4e4e"
foreground = "0xD9D9D9"
background = "0x381f2f"
foreground = "0xa2a2a2"

View file

@ -1,12 +1,12 @@
colors:
# Default colors
primary:
background: '0x4e4e4e'
foreground: '0xD9D9D9'
background: '0x292929'
foreground: '0xa2a2a2'
# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
text: '0xD9D9D9'
text: '0xcfcfcf'
cursor: '0xa9635d'
# Normal colors
@ -18,15 +18,15 @@ colors:
blue: '0x5879af'
magenta: '0x9c6594'
cyan: '0x008592'
white: '0xD9D9D9'
white: '0xcfcfcf'
# Bright colors
bright:
black: '0x777777'
red: '0xDBBDBD'
green: '0xBDDBBD'
yellow: '0xDBDBBD'
blue: '0xBDBDDB'
magenta: '0xDBBDDB'
cyan: '0xBDDBDB'
white: '0xFFFFFF'
red: '0xffbbb2'
green: '0x9ddeaf'
yellow: '0xe0ce91'
blue: '0xb3d1ff'
magenta: '0xfabdf0'
cyan: '0x79e0ed'
white: '0xffffff'

View file

@ -5,12 +5,13 @@
#5879af
#9c6594
#008592
#D9D9D9
#cfcfcf
#777777
#DBBDBD
#BDDBBD
#DBDBBD
#BDBDDB
#DBBDDB
#BDDBDB
#FFFFFF
#ffbbb2
#9ddeaf
#e0ce91
#b3d1ff
#fabdf0
#79e0ed
#ffffff
#381f2f

View file

@ -4,8 +4,8 @@
--wallpaper: url("None");
/* Special */
--background: #4e4e4e;
--foreground: #FFFFFF;
--background: #292929;
--foreground: #a2a2a2;
--cursor: #a9635d;
/* Colors */
@ -16,13 +16,13 @@
--color4: #5879af;
--color5: #9c6594;
--color6: #008592;
--color7: #D9D9D9;
--color7: #cfcfcf;
--color8: #777777;
--color9: #DBBDBD;
--color10: #BDDBBD;
--color11: #DBDBBD;
--color12: #BDBDDB;
--color13: #DBBDDB;
--color14: #BDDBDB;
--color15: #FFFFFF;
--color9: #ffbbb2;
--color10: #9ddeaf;
--color11: #e0ce91;
--color12: #b3d1ff;
--color13: #fabdf0;
--color14: #79e0ed;
--color15: #ffffff;
}

View file

@ -1,7 +1,7 @@
set $wallpaper None
set $background #4e4e4e
set $foreground #FFFFFF
set $background #292929
set $foreground #a2a2a2
set $color0 #4e4e4e
set $color1 #a9635d
@ -10,12 +10,12 @@ set $color3 #84763d
set $color4 #5879af
set $color5 #9c6594
set $color6 #008592
set $color7 #D9D9D9
set $color7 #cfcfcf
set $color8 #777777
set $color9 #DBBDBD
set $color10 #BDDBBD
set $color11 #DBDBBD
set $color12 #BDBDDB
set $color13 #DBBDDB
set $color14 #BDDBDB
set $color15 #FFFFFF
set $color9 #ffbbb2
set $color10 #9ddeaf
set $color11 #e0ce91
set $color12 #b3d1ff
set $color13 #fabdf0
set $color14 #79e0ed
set $color15 #ffffff

View file

@ -1,5 +1,5 @@
@define-color foreground #FFFFFF;
@define-color background #4e4e4e;
@define-color foreground #a2a2a2;
@define-color background #292929;
@define-color cursor #a9635d;
@define-color color0 #4e4e4e;
@ -9,12 +9,12 @@
@define-color color4 #5879af;
@define-color color5 #9c6594;
@define-color color6 #008592;
@define-color color7 #D9D9D9;
@define-color color7 #cfcfcf;
@define-color color8 #777777;
@define-color color9 #DBBDBD;
@define-color color10 #BDDBBD;
@define-color color11 #DBDBBD;
@define-color color12 #BDBDDB;
@define-color color13 #DBBDDB;
@define-color color14 #BDDBDB;
@define-color color15 #FFFFFF;
@define-color color9 #ffbbb2;
@define-color color10 #9ddeaf;
@define-color color11 #e0ce91;
@define-color color12 #b3d1ff;
@define-color color13 #fabdf0;
@define-color color14 #79e0ed;
@define-color color15 #ffffff;

View file

@ -8,7 +8,7 @@
# Variables
include $HOME/.config/sway/config-vars.d/*
include $HOME/.config/de-vars/colors/blazer/sway
include $HOME/.config/de-vars/colors/active/sway
# Configs
include $HOME/.config/sway/config.d/*

View file

@ -1,4 +1,4 @@
width=400
height=420
colors=/home/pogmommy/.config/de-vars/colors/blazer/colors
colors=/home/pogmommy/.config/de-vars/colors/active/colors
#key_expand=Right

View file

@ -1,9 +1,3 @@
<<<<<<< HEAD
/*@import '../../.cache/wal/colors.css';*/
/*@import '../de-vars/colors/blazer/colors.css';*/
=======
>>>>>>> 7d2351e9adf1ea4c230c3e43cf2411acb535e4bb
* {
font-family: FontAwesome, Overpass;
letter-spacing: 1px;
@ -11,7 +5,7 @@
window {
border: 3px solid --wofi-color1;
background-color: --wofi-color0;
background-color: --wofi-color16;
border-radius:10px;
opacity:0.85;
}