Theme changes

lightmode
E. Almqvist 2 years ago
parent 1715b0b501
commit c7a7762ae3
  1. 3
      alacritty/.config/alacritty/alacritty.yml
  2. 3
      discocss/.config/discocss/custom.css

@ -87,7 +87,8 @@ colors:
# Default colors
primary:
# hard contrast: background = '0x1d2021'
background: '0x1d2021'
# background: '0x1d2021'
background: '0x222222'
# soft contrast: background = '0x32302f'
foreground: '0xebdbb2'

@ -62,7 +62,6 @@
* {
font-family: var(--gruv-font-family) !important;
font-weight: normal;
font-size: var(--gruv-font-size) !important;
}
@ -73,7 +72,7 @@
/* Chat content */
[class*="chatContent"] [class*="form"] {
padding-top: 0.5rem;
/* padding-top: 0.5rem; */
background-color: var(--gruv-bg-normal);
box-shadow: 0 -20px 40px -20px #0000006e;
}

Loading…
Cancel
Save