aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2020-12-09 23:06:08 +0100
committerMateja <mail@matejamaric.com>2020-12-09 23:06:08 +0100
commit0411a837a8f6410d2c4ad213d9e881757e025e8b (patch)
tree5f7c288d6dc9bcc4fdfa326b80e393f37a9d8ba6
parent9ffc6e0c8745a2dffb1fb98188c346e4f124f3a1 (diff)
downloadmterm-0411a837a8f6410d2c4ad213d9e881757e025e8b.tar.gz
mterm-0411a837a8f6410d2c4ad213d9e881757e025e8b.zip
Change colors.
-rw-r--r--config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index 4967a55..578fa6c 100644
--- a/config.h
+++ b/config.h
@@ -3,8 +3,7 @@ static const int scroll_on_output = 0;
static const int scroll_on_keystroke = 1;
static const int mouse_autohide = 0;
-
-static const float transparency = 0.8;
+static const double transparency = 0.9;
static const int colors[] = {
0x3b4252,
@@ -30,6 +29,7 @@ static const int cursor_foreground = 0x2e3440;
static const int foreground = 0xd8dee9;
static const int foreground_bold = 0xd8dee9;
-static const int background = 0x2e3440;
+/* static const int background = 0x2e3440; */
+static const int background = 0x171a20;
static const int highlight = 0x4c566a;