1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Unify terminal & font configuration

This commit is contained in:
Joe Groocock 2016-05-16 17:43:27 +01:00
parent 53908eedc6
commit 44cde0e4d4
4 changed files with 13 additions and 12 deletions

View File

@ -7,10 +7,7 @@ urxvt.depth: 32
urxvt.internalBorder: 4 urxvt.internalBorder: 4
urxvt.blurRadius: 25 urxvt.blurRadius: 25
urxvt.scrollBar: true urxvt.scrollBar: false
urxvt.scrollBar_right: true
urxvt.scrollBar_floating: false
urxvt.scrollstyle: plain
urxvt.saveLines: 10000 urxvt.saveLines: 10000
urxvt.preeditType: Root urxvt.preeditType: Root
urxvt.jumpScroll: false urxvt.jumpScroll: false
@ -27,11 +24,11 @@ Xft.rgba: rgb
Xft.autohint: false Xft.autohint: false
Xft.hinting: true Xft.hinting: true
Xft.hintstyle: hintfull Xft.hintstyle: hintfull
urxvt*font: xft:Sauce Code Pro:style=Regular:size=10.6 urxvt*font: xft:Sauce Code Pro:style=Regular:size=10.5
urxvt*imFont: xft:Sauce Code Pro:style=Regular:size=10.6 urxvt*imFont: xft:Sauce Code Pro:style=Regular:size=10.5
urxvt*boldFont: xft:Sauce Code Pro:style=Bold:size=10.6 urxvt*boldFont: xft:Sauce Code Pro:style=Bold:size=10.5
urxvt*italicFont: xft:Sauce Code Pro:style=Italic:size=10.6 urxvt*italicFont: xft:Sauce Code Pro:style=Italic:size=10.5
urxvt*boldItalicFont: xft:Sauce Code Pro:style=Bold,Italic:size=10.6 urxvt*boldItalicFont: xft:Sauce Code Pro:style=Bold,Italic:size=10.5
! clickable Url and copy paste keys ! clickable Url and copy paste keys
@ -57,7 +54,7 @@ Xft.lcdfilter: lcddefault
!*.cursorColor: #ECEFF1 !*.cursorColor: #ECEFF1
*.cursorColor: #5294E2 *.cursorColor: #5294E2
*.highlightColor: #5294E2 *.highlightColor: #5294E2
urxvt.background: [80]#002B36 urxvt.background: [95]#383C4A
urxvt.scrollColor: #767B87 urxvt.scrollColor: #767B87
urxvt*dynamicColors: on urxvt*dynamicColors: on
urxvt*highlightSelection: true urxvt*highlightSelection: true

View File

@ -7,7 +7,7 @@ size_hints = true
[colors] [colors]
cursor = #5294E2 cursor = #5294E2
foreground = #ECEFF1 foreground = #ECEFF1
background = rgba(20, 60, 69, 0.96) background = rgba(56, 60, 74, 0.95)
highlight = #5294E2 highlight = #5294E2
# black # black

View File

@ -9,6 +9,7 @@ export XDG_CURRENT_DESKTOP="GNOME" # Fixes xdg-open
export EDITOR="vim" export EDITOR="vim"
export VISUAL="vim" export VISUAL="vim"
export PAGER="less -R" export PAGER="less -R"
export TERMINAL="termite"
export BROWSER="google-chrome-stable" export BROWSER="google-chrome-stable"
export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel" export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel"
export QT_STYLE_OVERRIDE=GTK+ export QT_STYLE_OVERRIDE=GTK+

5
.vimrc
View File

@ -12,7 +12,10 @@ set laststatus=2
set mouse=a set mouse=a
set encoding=utf-8 set encoding=utf-8
set background=dark set background=dark
set guifont=Sauce\ Code\ Pro\ 10.6
" GVim settings
set guifont=Sauce\ Code\ Pro\ 10.5
set guioptions=
" Change to dvorak-mapped keys " Change to dvorak-mapped keys
let g:use_dvorak = 1 let g:use_dvorak = 1