Browse Source

Xresources now theme switchable

master
Marc 4 years ago
parent
commit
6eb2d57c3d
3 changed files with 77 additions and 1 deletions
  1. 2
      .config/X11/Xresources
  2. 38
      .config/X11/colors/onehalf-dark
  3. 38
      .config/X11/colors/onehalf-light

2
.config/X11/Xresources

@ -1,4 +1,4 @@
#include "/home/marc/.config/X11/colors/plastic"
#include "/home/marc/.config/X11/colors/current"
Xft.antialias: true
Xft.hinting: true

38
.config/X11/colors/onehalf-dark

@ -0,0 +1,38 @@
# Onehalf Colorscheme for Kitty
# Based on https://github.com/sonph/onehalf
# By https://github.com/dbinary
*.foreground: #dcdfe4
*.background: #282c34
! black
*.color0: #282c34
*.color8: #282c36
! red
*.color1: #e06c75
*.color9: #e06c75
! green
*.color2: #98c379
*.color10: #98c379
! yellow
*.color3: #e5c07b
*.color11: #e5c07b
! blue
*.color4: #61afef
*.color12: #61afef
! magenta
*.color5: #c678dd
*.color13: #c678dd
! cyan
*.color6: #56b6c2
*.color14: #56b6c2
! white
*.color7: #dcdfe4
*.color15: #dcdfe4

38
.config/X11/colors/onehalf-light

@ -0,0 +1,38 @@
# Onehalf Light Colorscheme for Kitty
# Based on https://github.com/sonph/onehalf
# By https://github.com/dbinary
*.foreground: #383A42
*.background: #FAFAFA
! black
*.color0: #383A42
*.color8: #383A42
! red
*.color1: #E45649
*.color9: #E45649
! green
*.color2: #40A14F
*.color10: #40A14F
! yellow
*.color3: #C18401
*.color11: #C18401
! blue
*.color4: #0184BC
*.color12: #0184BC
! magenta
*.color5: #A626A4
*.color13: #A626A4
! cyan
*.color6: #0997B3
*.color14: #0997B3
! white
*.color7: #FAFAFA
*.color15: #FAFAFA
Loading…
Cancel
Save