Skip to content

Commit

Permalink
Back to nord theme
Browse files Browse the repository at this point in the history
  • Loading branch information
pablojimpas committed May 28, 2023
1 parent 6404575 commit 5f4b21c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions config.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define SECOND_BROWSER "brave"

/* appearance */
static unsigned int borderpx = 1; /* border pixel of windows */
static unsigned int borderpx = 2; /* border pixel of windows */
static unsigned int snap = 32; /* snap pixel */
static unsigned int gappih = 8; /* horiz inner gap between windows */
static unsigned int gappiv = 8; /* vert inner gap between windows */
Expand All @@ -18,12 +18,12 @@ static int smartgaps = 1; /* 1 means no outer gap when there is only on
static int showbar = 1; /* 0 means no bar */
static int topbar = 1; /* 0 means bottom bar */
static char *fonts[] = { "monospace:size=12", "JoyPixels:pixelsize=10:antialias=true:autohint=true" };
static char normbgcolor[] = "#1d2021";
static char normbordercolor[] = "#1d2021";
static char normfgcolor[] = "#ebdbb2";
static char selfgcolor[] = "#fbf1c7";
static char selbordercolor[] = "#fb4934";
static char selbgcolor[] = "#458588";
static char normbgcolor[] = "#2e3440";
static char normbordercolor[] = "#2e3440";
static char normfgcolor[] = "#e5e9f0";
static char selfgcolor[] = "#eceff4";
static char selbordercolor[] = "#bf616a";
static char selbgcolor[] = "#5e81ac";
static char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { normfgcolor, normbgcolor, normbordercolor },
Expand Down

0 comments on commit 5f4b21c

Please sign in to comment.