summary refs log tree commit diff stats
path: root/mlterm
diff options
context:
space:
mode:
authorAlan Pearce2018-06-21 11:29:40 +0200
committerAlan Pearce2018-06-21 11:29:40 +0200
commitddbeb4599827d352a3fd3b463c3a1e8ffed5f425 (patch)
tree9a7ea44ccc77c527148b7de8bc71bbc7f4429640 /mlterm
parent7922a0dc6c19a41872540603e25a0dc3de4080f9 (diff)
downloaddotfiles-ddbeb4599827d352a3fd3b463c3a1e8ffed5f425.tar.lz
dotfiles-ddbeb4599827d352a3fd3b463c3a1e8ffed5f425.tar.zst
dotfiles-ddbeb4599827d352a3fd3b463c3a1e8ffed5f425.zip
mlterm: Use a nice colour scheme
Diffstat (limited to 'mlterm')
-rw-r--r--mlterm/.mlterm/color34
1 files changed, 23 insertions, 11 deletions
diff --git a/mlterm/.mlterm/color b/mlterm/.mlterm/color
index 0c2e294..ee9f076 100644
--- a/mlterm/.mlterm/color
+++ b/mlterm/.mlterm/color
@@ -1,11 +1,23 @@
-black = #383838
-red = #ab4642
-green = #538947
-yellow = #f79a0e
-blue = #7cafc2
-magenta = #96609e
-cyan = #4b8093
-white = #b8b8b8
-
-hl_black = #181818
-hl_white = #f8f8f8
\ No newline at end of file
+black=#212121
+red=#c30771
+green=#10a778
+yellow=#a89c14
+blue=#008ec4
+magenta=#523c79
+cyan=#20a5ba
+white=#d9d9d9
+hl_black=#424242
+hl_red=#fb007a
+hl_green=#5fd7af
+hl_yellow=#f3e430
+hl_blue=#20bbfc
+hl_magenta=#6855de
+hl_cyan=#4fb8cc
+hl_white=#f1f1f1
+fg_color=#424242
+bg_color=#f1f1f1
+cursor_bg_color=#20bbfc
+cursor_fg_color=#424242
+bd_color=#fb007a
+it_color=#424242
+ul_color=#b6d6fd
\ No newline at end of file