home: update emacs and some other configs

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-03-08 06:12:41 +05:30
parent 1626936630
commit 8c32c34bc7
11 changed files with 221 additions and 279 deletions

View File

@@ -1,33 +1,3 @@
$rosewater: #F5E0DC;
$flamingo: #F2CDCD;
$pink: #F5C2E7;
$mauve: #CBA6F7;
$red: #F38BA8;
$maroon: #EBA0AC;
$peach: #FAB387;
$yellow: #F9E2AF;
$green: #A6E3A1;
$teal: #94E2D5;
$sky: #89DCEB;
$sapphire: #74C7EC;
$blue: #89B4FA;
$lavender: #B4BEFE;
$text: #CDD6F4;
$subtext1: #BAC2DE;
$subtext0: #A6ADC8;
$overlay2: #9399B2;
$overlay1: #7F849C;
$overlay0: #6C7086;
$surface2: #585B70;
$surface1: #45475A;
$surface0: #313244;
$base: #1E1E2E;
$mantle: #181825;
$crust: #11111B;
$background: $base;
$foreground: $text;
* {
all: unset;
}
@@ -78,6 +48,7 @@ tooltip {
.workspace-active {
@include color-shadow($mauve, $on-hover: 0);
font-size: 20px;
font-weight: bold;
}
.workspace-inactive {
@@ -106,7 +77,7 @@ tooltip {
.music-large {
border: solid 3px $sapphire;
color: $mauve;
border-radius: 5px;
border-radius: 8px;
.music-large-cover {
background-size: cover;

View File

@@ -85,7 +85,7 @@
:monitor 0
:geometry (geometry
:x "0%"
:y "20px"
:y "10px"
:width "0%"
:height "0%"
:anchor "top center")