dotfiles

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

commit 8703a41c336ec1e14479985b65f4e206af14532b
parent 9eaacb105b62336f53f8833cbf5ccbc298bb1b21
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Thu, 26 May 2022 19:32:31 -0500

Merge in one file and using low contrast

Diffstat:
Mlinux/.config/X11/Xresources | 40++++++++++++++++++++++++++++++++++++++--
Dlinux/.config/X11/Xresources.d/colors | 3---
Dlinux/.config/X11/Xresources.d/rxvt-unicode | 16----------------
Dlinux/.config/X11/Xresources.d/themes/my-nord.xresources | 37-------------------------------------
4 files changed, 38 insertions(+), 58 deletions(-)

diff --git a/linux/.config/X11/Xresources b/linux/.config/X11/Xresources @@ -1,2 +1,38 @@ -#include "Xresources.d/colors" -#include "Xresources.d/rxvt-unicode" +URxvt*geometry: 80x25 +URxvt.font: xft:monospace:size=10,\ + xft:Symbola + +URxvt.boldFont: xft:monospace:size=10,\ + xft:Symbola + + !URxvt.intensityStyles: false +URxvt.scrollBar: false +URxvt.internalBorder: 10 +URxvt.letterSpace: -2 + +URxvt.cursorBlink: true +URxvt.perl-ext-common: resize-font + +*.alpha: 0.1 +URxvt.depth: 32 +URxvt.background: rgba:FFFF/FFFF/FFFF/AAAA +*.foreground: #222 + + +! Light +*.color0: #222 +*.color1: #f66 +*.color2: #2f2 +*.color3: #aa0 +*.color4: #44f +*.color5: #f8f +*.color6: #0cc +*.color7: #ccc +*.color8: #999 +*.color9: #f88 +*.color10: #8f8 +*.color11: #ff8 +*.color12: #99f +*.color13: #f8f +*.color14: #0dd +*.color15: #fff diff --git a/linux/.config/X11/Xresources.d/colors b/linux/.config/X11/Xresources.d/colors @@ -1,3 +0,0 @@ -#include "themes/my-nord.xresources" -i3wm.bg1: #3d3d3d -i3wm.fg1: #aaaaaa diff --git a/linux/.config/X11/Xresources.d/rxvt-unicode b/linux/.config/X11/Xresources.d/rxvt-unicode @@ -1,16 +0,0 @@ -URxvt*geometry: 80x25 -URxvt.font: xft:Source Code Pro:style=Regular:size=11,\ - xft:Symbola - -URxvt.boldFont: xft:Source Code Pro:style=Bold:size=11,\ - xft:Symbola - -!URxvt.intensityStyles: false -URxvt.scrollBar: false -URxvt.internalBorder: 10 -URxvt.letterSpace: -2 - -URxvt.cursorBlink: true -URxvt.perl-ext-common: resize-font - -!URxvt.depth: 32 diff --git a/linux/.config/X11/Xresources.d/themes/my-nord.xresources b/linux/.config/X11/Xresources.d/themes/my-nord.xresources @@ -1,37 +0,0 @@ -#define nord0 #2E3440 -#define nord1 #3B4252 -#define nord2 #434C5E -#define nord3 #4C566A -#define nord4 #D8DEE9 -#define nord5 #E5E9F0 -#define nord6 #ECEFF4 -#define nord7 #8FBCBB -#define nord8 #88C0D0 -#define nord9 #667f99 -#define nord10 #5E81AC -#define nord11 #994e55 -#define nord12 #D08770 -#define nord13 #EBCB8B -#define nord14 #A3BE8C -#define nord15 #B48EAD - -*.foreground: nord4 -*.background: nord0 -*.cursorColor: nord4 - -*.color0: nord1 -*.color1: nord11 -*.color2: nord14 -*.color3: nord13 -*.color4: nord9 -*.color5: nord15 -*.color6: nord8 -*.color7: nord5 -*.color8: nord3 -*.color9: nord11 -*.color10: nord14 -*.color11: nord13 -*.color12: nord9 -*.color13: nord15 -*.color14: nord7 -*.color15: nord6