Skip to content

Commit

Permalink
fix screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophed committed Aug 25, 2024
1 parent 01eecb4 commit 3893f08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file modified assets/gruv-material.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions theme/flavors/gruvbox-material.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

/* customize things here */
:root {
--font: 'Iosevka Nerd Font Mono'; /* UI font name. it must be installed on your system. */
letter-spacing: 0.03ch; /* decreases letter spacing for better readability. */
--font: 'DM Mono'; /* UI font name. it must be installed on your system. */
letter-spacing: -0.05ch; /* decreases letter spacing for better readability. */
font-weight: 400; /* UI font weight. */
--label-font-weight: 500; /* font weight for panel labels. */
--corner-text: 'catppuccin24'; /* custom text to display in the corner. only works on windows. */
Expand All @@ -26,7 +26,7 @@

/* background colors */
--bg-0: #282828; /* main background color. */
--bg-1: #282828; /* background color for secondary elements like code blocks, embeds, etc. */
--bg-1: #1d2021; /* background color for secondary elements like code blocks, embeds, etc. */
--bg-2: #3c3836; /* color of neutral buttons. */
--bg-3: #504945; /* color of neutral buttons when hovered. */

Expand Down Expand Up @@ -75,4 +75,4 @@
--aqua: #89b482;
--blue: #7daea3;
--green: #a9b665;
}
}

0 comments on commit 3893f08

Please sign in to comment.