Browse Source

Xresources added

master
marc 4 years ago
parent
commit
3028d5ec8e
3 changed files with 83 additions and 0 deletions
  1. 11
      .Xresources
  2. 36
      .config/xresources/colors/light
  3. 36
      .config/xresources/colors/plastic

11
.Xresources

@ -0,0 +1,11 @@
#include ".config/xresources/colors/plastic"
#include ".config/xresources/urxvt"
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.autohint: false
Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault

36
.config/xresources/colors/light

@ -0,0 +1,36 @@
! special
*.foreground: #d8dee8
*.background: #2f343f
*.cursorColor: #b48ead
! black
*.color0 : #4b5262
*.color8 : #434a5a
! red
*.color1 : #bf616a
*.color9 : #b3555e
! green
*.color2 : #a3be8c
*.color10 : #93ae7c
! yellow
*.color3 : #ebcb8b
*.color11 : #dbbb7b
! blue
*.color4 : #81a1c1
*.color12 : #7191b1
! magenta
*.color5 : #b48ead
*.color13 : #a6809f
! cyan
*.color6 : #89d0bA
*.color14 : #7dbba8
! white
*.color7 : #e5e9f0
*.color15 : #d1d5dc

36
.config/xresources/colors/plastic

@ -0,0 +1,36 @@
! special
*.foreground: #a9b2c3
*.background: #21252b
*.cursorColor: #b48ead
! black
*.color0 : #21252b
*.color8 : #a9b2c3
! red
*.color1 : #e06c75
*.color9 : #ff3334
! green
*.color2 : #b9ca4a
*.color10 : #9ec400
! yellow
*.color3 : #e6c546
*.color11 : #e7c547
! blue
*.color4 : #61afef
*.color12 : #7aa6da
! magenta
*.color5 : #c397d8
*.color13 : #b77ee0
! cyan
*.color6 : #70c0ba
*.color14 : #54ced6
! white
*.color7 : #eaeaea
*.color15 : #ffffff
Loading…
Cancel
Save