1
0
Fork 0

switch termunal to termite

This commit is contained in:
Massaki Archambault 2018-09-19 11:25:10 -04:00
parent 879e8675e7
commit 6771337d4a
4 changed files with 89 additions and 46 deletions

View File

@ -7,7 +7,7 @@
#define C_BLUE #66899D
#define C_MAGENTA #8D6494
#define C_CYAN #527C77
#define C_LIGHT_GREY #606360
#define C_LIGHT_GREY #A6ABA6
#define C_DARK_GREY #4B5056
#define C_WHITE #DDE3DC
@ -23,7 +23,7 @@
! Fonts
#define F_MONO Knack Nerd Font
#define F_MONO Hack Nerd Font
#define F_SANS Noto Sans
#define F_ICON_1 Material Icons
#define F_ICON_2 material\-wifi
@ -63,43 +63,6 @@ i3wm*font: F_MONO
! lock
lock.font: F_SANS
! urxvt
Xft.dpi: 96
Xft.antialias: true
Xft.hinting: full
urxvt.font: xft:F_MONO:size=11
urxvt.cursorBlink: on
urxvt.scrollBar: false
urxvt.scrollTtykeypress: true
urxvt.secondaryScreen: 1
urxvt.secondaryWheel: 1
urxvt.secondaryScroll: 0
!urxvt.transparent: true
!urxvt.shading: 20
urxvt.depth: 32
urxvt.background: rgba:0200/0200/0200/c800
!urxvt.background: C_BACKGROUND
urxvt.foreground: C_FOREGROUND
urxvt.color0: C_BLACK
urxvt.color8: C_DARK_GREY
urxvt.color1: C_RED
urxvt.color9: C_RED
urxvt.color2: C_GREEN
urxvt.color10: C_GREEN
urxvt.color3: C_YELLOW
urxvt.color11: C_YELLOW
urxvt.color4: C_CYAN
urxvt.color12: C_CYAN
urxvt.color5: C_MAGENTA
urxvt.color13: C_MAGENTA
urxvt.color6: C_BLUE
urxvt.color14: C_BLUE
urxvt.color7: C_LIGHT_GREY
urxvt.color15: C_WHITE
! xterm
xterm.termName: xterm-256color
xterm.vt100.locale: true

View File

@ -0,0 +1,84 @@
[options]
#allow_bold = true
#audible_bell = false
#clickable_url = true
#dynamic_title = true
font = Monospace 11
font = Hack 11
font = Hack Nerd Font 11
#fullscreen = true
#geometry = 640x480
#icon_name = terminal
#mouse_autohide = false
#scroll_on_output = false
#scroll_on_keystroke = true
# Length of the scrollback buffer, 0 disabled the scrollback buffer
# and setting it to a negative value means "infinite scrollback"
scrollback_lines = 10000
#search_wrap = true
#urgent_on_bell = true
hyperlinks = true
# $BROWSER is used by default if set, with xdg-open as a fallback
#browser = xdg-open
# "system", "on" or "off"
#cursor_blink = system
# "block", "underline" or "ibeam"
#cursor_shape = block
# Hide links that are no longer valid in url select overlay mode
#filter_unmatched_urls = true
# Emit escape sequences for extra modified keys
#modify_other_keys = false
# set size hints for the window
#size_hints = false
# "off", "left" or "right"
#scrollbar = off
[colors]
background = rgba(17, 19, 20, 0.85)
cursor = #BBBBBB
foreground = #B7BBB7
# black
color0 = #2C2F33
color8 = #4B5056
# red
color1 = #B04C50
color9 = #B04C50
# green
color2 = #919652
color10 = #94985B
# yellow
color3 = #E2995C
color11 = #E2995C
# blue
color4 = #66899D
color12 = #66899D
# magenta
color5 = #8D6494
color13 = #8D6494
# cyan
color6 = #527C77
color14 = #527C77
# white
color7 = #A6ABA6
color15 = #DDE3DC
[hints]
#font = Monospace 12
#foreground = #dcdccc
#background = #3f3f3f
#active_foreground = #e68080
#active_background = #3f3f3f
#padding = 2
#border = #3f3f3f
#border_width = 0.5
#roundness = 2.0
# vim: ft=dosini cms=#%s

View File

@ -2,7 +2,7 @@
export PATH="$PATH:$HOME/.local/bin:$HOME/bin"
# applications
export TERMINAL=uxterm
export TERMINAL=termite
export BROWSER=firefox
export VISUAL=nvim
export EDITOR=nvim

View File

@ -136,10 +136,10 @@ let g:gitgutter_realtime = 1
let g:gitgutter_eager = 0
let g:gitgutter_grep = 'rg'
let g:gitgutter_sign_added = '+▐'
let g:gitgutter_sign_modified = '▐'
let g:gitgutter_sign_modified = '~▐'
let g:gitgutter_sign_removed = '-▐'
let g:gitgutter_sign_removed_first_line = '-▐'
let g:gitgutter_sign_modified_removed = '▐'
let g:gitgutter_sign_modified_removed = '~▐'
" indentLine
let g:indentLine_faster = 1
@ -243,10 +243,6 @@ colorscheme spacegray
" Disable background in terminal
hi Normal ctermbg=NONE
" Those don't seem to do anything in xterm
"let g:spacegray_underline_search = 1
"let g:spacegray_italicize_comments = 1
" Italic comments
highlight Comment cterm=italic
set t_ZH=