feat(wofi): initial wofi config

This commit is contained in:
Price Hiller 2022-08-07 04:54:55 -05:00
parent ae179f60d4
commit 598a1f5e99
2 changed files with 90 additions and 0 deletions

3
dots/.config/wofi/config Normal file
View File

@ -0,0 +1,3 @@
height=25%
width=20%
insensitive=true

View File

@ -0,0 +1,87 @@
/* --fujiWhite: #DCD7BA */
/* --oldWhite: #C8C093 */
/* --sumiInk0: #16161D */
/* --sumiInk1: #1F1F28 */
/* --sumiInk2: #2A2A37 */
/* --sumiInk3: #363646 */
/* --sumiInk4: #54546D */
/* --waveBlue1: #223249 */
/* --waveBlue2: #2D4F67 */
/* --winterGreen: #2B3328 */
/* --winterYellow: #49443C */
/* --winterRed: #43242B */
/* --winterBlue: #252535 */
/* --autumnGreen: #76946A */
/* --autumnRed: #C34043 */
/* --autumnYellow: #DCA561 */
/* --samuraiRed: #E82424 */
/* --roninYellow: #FF9E3B */
/* --waveAqua1: #6A9589 */
/* --dragonBlue: #658594 */
/* --fujiGray: #727169 */
/* --springViolet1: #938AA9 */
/* --oniViolet: #957FB8 */
/* --crystalBlue: #7E9CD8 */
/* --springViolet2: #9CABCA */
/* --springBlue: #7FB4CA */
/* --lightBlue: #A3D4D5 */
/* --waveAqua2: #7AA89F */
/* --springGreen: #98BB6C */
/* --boatYellow1: #938056 */
/* --boatYellow2: #C0A36E */
/* --carpYellow: #E6C384 */
/* --sakuraPink: #D27E99 */
/* --waveRed: #E46876 */
/* --peachRed: #FF5D62 */
/* --surimiOrange: #FFA066 */
window {
margin: 5px;
border: 2px solid #54546d;
color: #dcd7ba;
background-color: #16161d;
border-radius: 20px;
}
#input {
margin: 5px;
color: #dcd7ba;
border: 2px solid #54546d;
background-color: #1f1f28;
border-radius: 15px;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
}
#inner-box {
background-color: #1f1f28;
border-radius: 15px;
margin: 10px;
}
#outer-box {
margin: 10px;
border-radius: 15px;
}
#scroll {
border: 2px solid #54546d;
background-color: #1f1f28;
margin: 10px;
border-radius: 15px;
padding-top: 5px;
padding-bottom: 10px;
}
#text {
color: #dcd7ba;
margin: 5px;
}
#entry:selected {
background-color: #223249;
border-radius: 15px;
outline: none;
margin: 2px;
}