summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.Xresources58
-rw-r--r--.config/termite/config65
2 files changed, 58 insertions, 65 deletions
diff --git a/.Xresources b/.Xresources
new file mode 100644
index 0000000..6875eb2
--- /dev/null
+++ b/.Xresources
@@ -0,0 +1,58 @@
+! special
+*.foreground: #fffbff
+*.background: #040404
+*.cursorColor: #fffbff
+
+! black
+*.color0: #040404
+*.color8: #61507a
+
+! red
+*.color1: #b53b50
+*.color9: #b53b50
+
+! green
+*.color2: #06ea61
+*.color10: #06ea61
+
+! yellow
+*.color3: #dae84d
+*.color11: #dae84d
+
+! blue
+*.color4: #03aeff
+*.color12: #03aeff
+
+! magenta
+*.color5: #ea5ce2
+*.color13: #ea5ce2
+
+! cyan
+*.color6: #7cede9
+*.color14: #7cede9
+
+! white
+*.color7: #dfdbdf
+*.color15: #fffbff
+
+! Xterm Settings
+XTerm.termName: xterm-256color
+XTerm.vt100.locale: false
+XTerm.vt100.utf8: true
+XTerm.vt100.metaSendsEscape: true
+XTerm.vt100.saveLines: 4096
+XTerm.vt100.scrollBar: false
+XTerm.vt100.faceName: Fantasque Sans Mono:size=12:antialias=true
+XTerm.vt100.bellIsUrgent: true
+XTerm.vt100.translations: #override \n\
+ Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
+ Ctrl Shift <Key>V: insert-selection(CLIPBOARD)
+
+! URxvt settings
+URxvt.font: xft:Fantasque\\ Sans\\ Mono:pixelsize=13
+URxvt.scrollBar: false
+URxvt*scrollTtyOutput: false
+URxvt*scrollWithBuffer: true
+URxvt*scrollTtyKeypress: true
+URxvt*secondaryScreen: 1
+URxvt*secondaryScroll: 0
diff --git a/.config/termite/config b/.config/termite/config
deleted file mode 100644
index abed9d5..0000000
--- a/.config/termite/config
+++ /dev/null
@@ -1,65 +0,0 @@
-[options]
-font = Fantasque Sans Mono 11
-allow_bold = true
-audible_bell = false
-clickable_url = true
-dynamic_title = false
-scrollback_lines=10000
-urgent_on_bell = false
-search_wrap = true
-cursor_blink = system
-cursor_shape = block
-browser = xdg-open
-filter_unmatched_urls = true
-modify_other_keys = false
-size_hints = false
-
-[colors]
-# Base16 Synth Midnight Dark
-# Author: Michaƫl Ball (http://github.com/michael-ball/)
-
-foreground = #DFDBDF
-foreground_bold = #DFDBDF
-cursor = #DFDBDF
-cursor_foreground = #040404
-background = #040404
-
-# 16 color space
-
-# Black, Gray, Silver, White
-color0 = #040404
-color8 = #61507A
-color7 = #DFDBDF
-color15 = #FFFBFF
-
-# Red
-color1 = #B53B50
-color9 = #B53B50
-
-# Green
-color2 = #06EA61
-color10 = #06EA61
-
-# Yellow
-color3 = #DAE84D
-color11 = #DAE84D
-
-# Blue
-color4 = #03AEFF
-color12 = #03AEFF
-
-# Purple
-color5 = #EA5CE2
-color13 = #EA5CE2
-
-# Teal
-color6 = #7CEDE9
-color14 = #7CEDE9
-
-# Extra colors
-color16 = #E4600E
-color17 = #9D4D0E
-color18 = #141414
-color19 = #242424
-color20 = #BFBBBF
-color21 = #EFEBEF