Skip to content

Instantly share code, notes, and snippets.

@agrathwohl
Created September 26, 2016 04:53
Show Gist options
  • Select an option

  • Save agrathwohl/ec375e4ffef8def9a7638b59bd53fc2f to your computer and use it in GitHub Desktop.

Select an option

Save agrathwohl/ec375e4ffef8def9a7638b59bd53fc2f to your computer and use it in GitHub Desktop.
#include </home/agrathwohl/.colors/urban>
! HiDPI
Xft.dpi: 109
Xft.autohint: 1
Xft.displayfilter: lcddefault
Xft.hintstyle: hintslight
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb
Xcursor.theme: Pulse-Glass
URxvt*termName: rxvt-256color
URxvt.perl-ext-common: default,matcher,vtwheel
URxvt*font: xft:Iosevka:size=14:weight=heavy
URxvt*depth: 32
URxvt*lineSpace: 1
URxvt.letterSpace: -1
URxvt*geometry: 65x17
URxvt*iso14755: False
URxvt*iso14755_52: False
URxvt.scrollBar: False
URxvt*loginShell: true
URxvt.keysym.Shift-Control-C: perl:clipboard:copy
URxvt.keysym.Shift-Control-V: perl:clipboard:paste
URxvt.clipboard.autocopy: true
!!! Other font choices
!URxvt*font: xft:Roboto Mono:size=13
!URxvt*font: xft:Source Code Pro:size=14
!URxvt*font: xft:Hack:size=12
! COLORS
*background: bg
*foreground: fg
*color0: blk
*color8: bblk
*color1: red
*color9: bred
*color2: grn
*color10: bgrn
*color3: ylw
*color11: bylw
*color4: blu
*color12: bblu
*color5: mag
*color13: bmag
*color6: cyn
*color14: bcyn
*color7: wht
*color15: bwht
!OLD!
URxvt*background: rgba:0000/0000/0200/c800
!URxvt*foreground: 7
!URxvt*background: 0
URxvt*colorBD: 14
! Clickable URLs
URxvt.url-launcher: /usr/bin/chromium
URxvt.matcher.button: 1
! See ~/.tmux.conf, urxvt(7), and <http://unix.stackexchange.com/a/134981>
URxvt.keysym.C-Tab: \033[24^
URxvt.keysym.Control-Shift-ISO_Left_Tab: \033[24@
URxvt.internalBorder: 14
! Disable yellow box
URxvt.iso14755: false
xcalc*font: -*-terminus-*-*-*-*-*-320-*-*-*-*-*-*
xcalc.ti.button20.label: /
xcalc.ti.button16.label: pi
xcalc.ti.button3.label: sqrt
xcalc*geometry: 512x704
xcalc.ti.bevel.background: #111111
xcalc.ti.bevel.screen.background: #000000
xcalc.ti.bevel.screen.DEG.background: #000000
xcalc.ti.bevel.screen.DEG.foreground: LightSeaGreen
xcalc.ti.bevel.screen.GRAD.background: #000000
xcalc.ti.bevel.screen.GRAD.foreground: LightSeaGreen
xcalc.ti.bevel.screen.RAD.background: #000000
xcalc.ti.bevel.screen.RAD.foreground: LightSeaGreen
xcalc.ti.bevel.screen.INV.background: #000000
xcalc.ti.bevel.screen.INV.foreground: Red
xcalc.ti.bevel.screen.LCD.background: #000000
xcalc.ti.bevel.screen.LCD.foreground: LightSeaGreen
xcalc.ti.bevel.screen.LCD.shadowWidth: 0
xcalc.ti.bevel.screen.M.background: #000000
xcalc.ti.bevel.screen.M.foreground: LightSeaGreen
xcalc.ti.bevel.screen.P.background: #000000
xcalc.ti.bevel.screen.P.foreground: Yellow
xcalc.ti.Command.foreground: White
xcalc.ti.Command.background: #777777
xcalc.ti.button5.background: Orange3
xcalc.ti.button19.background: #611161
xcalc.ti.button18.background: #611161
xcalc.ti.button20.background: #611111
xcalc.ti.button25.background: #722222
xcalc.ti.button30.background: #833333
xcalc.ti.button35.background: #944444
xcalc.ti.button40.background: #a55555
xcalc.ti.button22.background: #222262
xcalc.ti.button23.background: #222262
xcalc.ti.button24.background: #222272
xcalc.ti.button27.background: #333373
xcalc.ti.button28.background: #333373
xcalc.ti.button29.background: #333373
xcalc.ti.button32.background: #444484
xcalc.ti.button33.background: #444484
xcalc.ti.button34.background: #444484
xcalc.ti.button37.background: #555595
xcalc.ti.button38.background: #555595
xcalc.ti.button39.background: #555595
XCalc*Cursor: hand2
XCalc*ShapeStyle: rectangle
!
! ------------------------------------------------------------------------------
! ! ROFI Color theme
! ! ------------------------------------------------------------------------------
! ! Use extended color scheme
rofi.color-enabled: true
! ! Color scheme for normal row
rofi.color-normal: argb:00000000, #D8DEE9 , argb:00000000, #FAC863 , #1B2B34
! ! Color scheme for urgent row
rofi.color-urgent: argb:00000000, #F99157 , argb:00000000, #F99157 , #1B2B34
! ! Color scheme for active row
rofi.color-active: argb:00000000, #6699CC , argb:00000000, #6699CC , #1B2B34
! ! Color scheme window
rofi.color-window: argb:ee222222, #FAC863 , #FAC863
! ! Separator style (none, dash, solid)
rofi.separator-style: solid
rofi.font: roboto 24
! -- Title: urban
! -- Author: dkeg
! -- Created: 2016
!~/.colors/urban
#define bg #312e39
#define blk #33303b
#define fg #c0a79a
#define bblk #4f4b58
#define red #87404f
#define grn #74934e
#define ylw #ae835a
#define blu #615772
#define mag #783e57
#define cyn #554757
#define wht #c0a79a
#define bred #87404f
#define bgrn #74934e
#define bylw #ae835a
#define bblu #615772
#define bmag #783e57
#define bcyn #554757
#define bwht #c0a79a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment