dotfiles

Config files from my daily system
Index Commits Files Refs README
commit f5ad896d2544f168043f176cff5dd0a16e47b92d
parent ffc5dd4eac89260e0b694745dba1806941981a2d
Author: klewer-martin <martin.cachari@gmail.com>
Date:   Thu, 25 Mar 2021 20:20:35 -0300

Update: added termite config file;

Diffstat:
A.config/termite/config | 73+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
A.config/termite/config.user | 6++++++
2 files changed, 79 insertions(+), 0 deletions(-)
diff --git a/.config/termite/config b/.config/termite/config
@@ -0,0 +1,73 @@
+[options]
+allow_bold = true
+#audible_bell = false
+#bold_is_bright = true
+#cell_height_scale = 1.0
+#cell_width_scale = 1.0
+clickable_url = true
+dynamic_title = true
+font =  DejaVuSansMono Nerd Font 10
+#fullscreen = true
+#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 = false
+
+# $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]
+
+# http=//xcolors.net/dl/neon
+background=rgba(17,17,17,0.85)
+foreground=#F8F8F8
+# black
+color0=#171717
+color8=#bbaaaa
+#color8=#ffffff
+# red
+color1=#D81765
+color9=#FF0000
+# green
+color2=#97D01A
+color10=#76B639
+# yellow
+color3=#FFA800
+color11=#E1A126
+# blue
+color4=#16B1FB
+color12=#289CD5
+# magenta
+color5=#FF2491
+color13=#FF2491
+# cyan
+color6=#0FDCB6
+color14=#0A9B81
+# white
+color7=#EBEBEB
+color15=#F8F8F8
diff --git a/.config/termite/config.user b/.config/termite/config.user
@@ -0,0 +1,6 @@
+[options]
+font = Source Code Pro Bold 10
+
+[colors]
+background = rgba(00, 00, 00, 0.8)
+