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] [window]
opacity = 0.8 opacity = 0.8

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,4 +1,4 @@
width=400 width=400
height=420 height=420
colors=/home/pogmommy/.config/de-vars/colors/blazer/colors colors=/home/pogmommy/.config/de-vars/colors/active/colors
#key_expand=Right #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; font-family: FontAwesome, Overpass;
letter-spacing: 1px; letter-spacing: 1px;
@ -11,7 +5,7 @@
window { window {
border: 3px solid --wofi-color1; border: 3px solid --wofi-color1;
background-color: --wofi-color0; background-color: --wofi-color16;
border-radius:10px; border-radius:10px;
opacity:0.85; opacity:0.85;
} }