From 847809d92983fd835f70a6996fa220daba65e562 Mon Sep 17 00:00:00 2001 From: TuDatTr Date: Sat, 13 Jan 2018 16:09:44 +0100 Subject: [PATCH] New color scheme --- i3/.config/termite/config | 66 ++++++++++++++++++++++----------------- 1 file changed, 37 insertions(+), 29 deletions(-) diff --git a/i3/.config/termite/config b/i3/.config/termite/config index 9336c25..8460811 100644 --- a/i3/.config/termite/config +++ b/i3/.config/termite/config @@ -24,7 +24,7 @@ hyperlinks = true #cursor_blink = system # "block", "underline" or "ibeam" -#cursor_shape = block +cursor_shape = ibeam # Hide links that are no longer valid in url select overlay mode #filter_unmatched_urls = true @@ -36,40 +36,48 @@ hyperlinks = true #size_hints = false # "off", "left" or "right" -#scrollbar = off +scrollbar = off [colors] -# If both of these are unset, cursor falls back to the foreground color, -# and cursor_foreground falls back to the background color. -#cursor = #dcdccc -#cursor_foreground = #dcdccc +[colors] -#foreground = #dcdccc -#foreground_bold = #ffffff +# special +foreground = #eceff1 +foreground_bold = #eceff1 +cursor = #eceff1 +background = rgba(38, 50, 56, 0.8) -# 20% background transparency (requires a compositor) -background = rgba(63, 63, 63, 0.5) +# black +color0 = #263238 +color8 = #37474f -# If unset, will reverse foreground and background -#highlight = #2f2f2f +# red +color1 = #ff9800 +color9 = #ffa74d -# Colors from color0 to color254 can be set -color0 = #303462 -color1 = #60b48a -color2 = #60b48a -color3 = #dfaf8f -color4 = #5294E2 -color5 = #dc8cc3 -color6 = #8cd0d3 -color7 = #dcdccc -color8 = #709080 -color9 = #60b48a -color10 = #60b48a -color11 = #f0dfaf -color12 = #94bff3 -color13 = #ec93d3 -color14 = #93e0e3 -color15 = #123456 +# green +color2 = #8bc34a +color10 = #9ccc65 + +# yellow +color3 = #ffc107 +color11 = #ffa000 + +# blue +color4 = #03a9f4 +color12 = #81d4fa + +# magenta +color5 = #e91e63 +color13 = #ad1457 + +# cyan +color6 = #009688 +color14 = #26a69a + +# white +color7 = #cfd8dc +color15 = #eceff1 [hints] #font = Monospace 12