~kris/suckless

st

49fe0a17d8e2a7d46ff28f2631ca6ddf19d6c048 — siduck76 5 years ago 5249561
updated xresources colorscheme
2 files changed, 26 insertions(+), 18 deletions(-)

M config.h
M xresources
M config.h => config.h +1 -1
@@ 6,7 6,7 @@
 * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
 */
static char *font = "JetBrainsMono Nerd Font :pixelsize=15:antialias=true:autohint=true";
static char *font2[] = { "JetBrainsMono Nerd Font Mono:pixelsize=15:antialias=true:autohint=true" };
static char *font2[] = { "JetBrainsMono Nerd Font :pixelsize=15:antialias=true:autohint=true" };
static int borderpx = 0;

/*

M xresources => xresources +25 -17
@@ 1,20 1,22 @@

!-- Xft settings -- !
Xft.dpi:        96
Xft.antialias:  true
Xft.rgba:       rgb
Xft.hinting:    true
Xft.hintstyle:  hintfull
Xft.antialias:	1
Xft.hinting:	1
Xft.autohint:	0
Xft.hintstyle:	hintslight
Xft.rgba:	rgb
Xft.lcdfilter:	lcddefault
Xft.dpi:   135

st.font:         JetBrainsMono Nerd Font:style:medium:pixelsize=20

! window padding
st.borderpx:          15
st.font:           JetBrainsMono Nerd Font:pixelsize=15 , Material Design Icons :pixelsize =15
! window border inner
st.opacity: 255
st.borderpx: 10

! Base16 OneDark
! Scheme: Lalit Magant (http://github.com/tilal6991)

#define base00 #282c34
#define base00 #1e222a
#define base01 #353b45
#define base02 #3e4451
#define base03 #545862


@@ 58,10 60,16 @@ st.opacity: 255
*color15:      base07

! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt),
! use 'shell' template to set these if necessary
*color16:      base09
*color17:      base0F
*color18:      base01
*color19:      base02
*color20:      base04
*color21:      base06
  ! use 'shell' template to set these if necessary
  *color16:      base09
  *color17:      base0F
  *color18:      base01
  *color19:      base02
  *color20:      base04
  *color21:      base06

  tabbed.selbgcolor:   #282c34
  tabbed.selfgcolor:   #d6d8eb

  tabbed.normfgcolor:  #9294a8
  tabbed.normbgcolor:  #353b45