st

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 49fe0a17d8e2a7d46ff28f2631ca6ddf19d6c048
parent 524956186047a6e7caf1218f5e885c75d7368371
Author: siduck76 <siduckk76@protonmail.com>
Date:   Tue,  6 Apr 2021 11:57:40 +0530

updated xresources colorscheme

Diffstat:
Mconfig.h | 2+-
Mxresources | 42+++++++++++++++++++++++++-----------------
2 files changed, 26 insertions(+), 18 deletions(-)

diff --git a/config.h b/config.h @@ -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; /* diff --git a/xresources b/xresources @@ -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