File tree 5 files changed +12
-11
lines changed
5 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -381,8 +381,11 @@ separator_color = "#c0c0c0"
381
381
frame_color = "#a39e9b"
382
382
separator_color = "#a39e9b"
383
383
384
- frame_color = "#93a1a1"
385
- separator_color = "#93a1a1"
384
+ frame_color = "#E5E9F0"
385
+ separator_color = "#E5E9F0"
386
+
387
+ frame_color = "#a39e9b"
388
+ separator_color = "#a39e9b"
386
389
387
390
[base16_low]
388
391
msg_urgency = low
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ mouse_autohide=true
8
8
scrollback_lines=50000
9
9
search_wrap=true
10
10
visible_bell=false
11
- font=monofur for Powerline 11
11
+ font=Droid Sans Mono Slashed for Powerline 11
12
12
[colors]
13
13
# Base16 Solarized Dark
14
14
# Author: Ethan Schoonover (http://ethanschoonover.com/solarized)
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ bindsym $alt+space exec rofi -modi "clipboard:greenclip print" -show clipboard -
34
34
35
35
# common apps keybinds
36
36
bindsym Print exec scrot 'Cheese_%a-%d%b%y_%H.%M.png' -e 'viewnior ~/$f'
37
- bindsym $alt+Control+l exec 'i3-lock -b -i ~/Pictures/wally.jpg'
37
+ bindsym $alt+Control+l exec 'i3lock -b -i ~/Pictures/wally.jpg'
38
38
bindsym $super+w exec luakit
39
39
40
40
#change volume
Original file line number Diff line number Diff line change 2
2
3
3
font-0 = "Inconsolata\-dz for Powerline:pixelsize=10;2.25"
4
4
5
- monitor = "eDP -1"
5
+ monitor = "DP -1"
6
6
7
7
scroll-up = i3wm-wsnext
8
8
scroll-down = i3wm-wsprev
Original file line number Diff line number Diff line change @@ -88,18 +88,16 @@ set laststatus =2
88
88
set completeopt = menu
89
89
set background = dark
90
90
set guicursor =
91
+ set noshowmode
91
92
92
- let g: closetag_default_xml = 1
93
+ let g: closetag_default_xml = 1
93
94
let g: surround_ {char2nr (" r" )} = " _(u\r )"
94
95
let g: go_bin_path = expand (" ~/.bin" )
95
96
let g: go_snippet_engine = " neosnippet"
96
97
let g: go_doc_keywordprg_enabled = 0
97
98
let g: go_fmt_command = " goimports"
98
- let g: nord_italic = 1
99
- let g: nord_italic_comments = 1
100
- let g: nord_uniform_status_lines = 1
101
- let g: nord_comment_brightness = 12
102
- let g: nord_uniform_diff_background = 1
99
+ let g: tern_show_argument_hints = " on_move"
100
+ let g: tern_map_keys = 1
103
101
104
102
highlight Comment cterm= italic
105
103
colorscheme solarized
You can’t perform that action at this time.
0 commit comments