Skip to content

Commit

Permalink
Anarchy palette
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasglazer committed May 3, 2021
1 parent a558c5b commit 597d266
Showing 1 changed file with 68 additions and 70 deletions.
138 changes: 68 additions & 70 deletions .Xresources
Original file line number Diff line number Diff line change
@@ -1,5 +1,50 @@
! ~/.Xresources
! -- Arnarchy theme by Nicholas Glazer <glazer.nicholas@gmail.com>
! -- say hi - nicholasglazer.com
! -- Anarchy palette --
!-----------------------
#define anarchy00 #1D1D23
#define anarchy01 #242733
#define anarchy02 #38384C
#define anarchy03 #64647E
#define anarchy04 #A1A1B7
#define anarchy05 #C9CBD7
#define anarchy06 #E0E0E8
#define anarchy07 #FAF8FB
#define anarchy08 #8683FF
#define anarchy09 #4385E7
#define anarchy0A #FF9922
#define anarchy0B #7DB359
#define anarchy0C #2DD9F0
#define anarchy0D #CF8DFF
#define anarchy0E #F4517D
#define anarchy0F #C43444

! black 01 & 02
*color0: anarchy01
*color8: anarchy02
! red 0E & 0F
*color1: anarchy0E
*color9: anarchy0F
! green 0B & 0B
*color2: anarchy0B
*color10: anarchy0B
! blue 0A & 09
*color4: anarchy0D
*color12: anarchy09
! yellow 0A & 09
*color3: anarchy0A
*color11: anarchy09
! magenta 08 & 0B
*color5: anarchy08
*color13: anarchy0B
! cyan 0C & 03
*color6: anarchy0C
*color14: anarchy03
! white 05 & 06
*color7: anarchy05
*color15: anarchy06

! Xft settings
!-----------------------
Xft.antialias: true
Expand All @@ -10,79 +55,32 @@ Xft.hintstyle: hintfull
Xft.lcdfilter: lcddefault
Xft.rgba: none

! --- base16 colors ---
! -- monokai polette --
!-----------------------
#define bgColor #272822
#define grayD #3e3d31
#define red #f92672
#define green #a6e22e
#define greenD #3ae03a
#define blue #1e90ff
#define blueL #63b8ff
#define orange #fd971f
#define yellow #e6db74
#define magenta #fd5ff0
#define violet #ae81ff
#define cyan #a1efe4
#define cyanD #3ae0e0
#define gray #64645e
#define fgColor #ffface
#define fgColorA #ffdead

! black & gray
*color0: bgColor
*color8: gray
! maroon & red
*color1: red
*color9: fgColorA
! lightGreen & green
*color2: green
*color10: greenD
! blue & lightBlue
*color4: blue
*color12: blueL
! yellow & lightYellow
*color3: orange
*color11: yellow
! magenta & violet
*color5: magenta
*color13: violet
! cyan & lightCyan
*color6: cyan
*color14: cyanD
! white & cream
*color7: fgColorA
*color15: fgColor

! Xcursor config
!-----------------------
Xcursor.theme: whiteglass
Xcursor.size: 16
Xcursor.theme: whiteglass
Xcursor.size: 16

! URxvt settings
! URxvt settings
!-----------------------
URxvt*font: xft:hack:size=10
URxvt*letterSpace: -1
URxvt*scrollBar: false
URxvt*transparent: true
URxvt*internalBorder: 12
URxvt*shading: 10
URxvt*fading: 30
URxvt*inheritPixmap: False
URxvt*cursorBlink: true
URxvt*pointerBlank: true
URxvt*background: bgColor
URxvt*foreground: fgColor
URxvt*highlightColor: fgColor
URxvt*cursorColor: orange
URxvt*cursorColor2: fgColorA
URxvt*colorUL: blueL
URxvt*underlineColor: cyan
URxvt*font: xft:Hack:size=9
URxvt*background: anarchy01
URxvt*foreground: anarchy05
URxvt*highlightColor: anarchy03
URxvt*cursorColor: anarchy0E
URxvt*cursorColor2: anarchy03
URxvt*colorUL: anarchy0A
URxvt*letterSpace: -1
URxvt*scrollBar: false
URxvt*transparent: true
!URxvt*internalBorder: 0
URxvt*shading: 0
URxvt*fading: 40
URxvt*inheritPixmap: false
URxvt*cursorBlink: true
URxvt*pointerBlank: true
URxvt*keysym.Shift-Control-V: eval:paste_clipboard
URxvt*keysym.Shift-Control-C: eval:selection_to_clipboard
URxvt*urgentOnBell: true
URxvt*visualBell: false

! all other xresources
*internalBorder: 8
URxvt*urgentOnBell: true
URxvt*visualBell: false
! all xresources
*internalBorder: 10

0 comments on commit 597d266

Please sign in to comment.