summaryrefslogtreecommitdiff
path: root/mutt/.mutt/colors
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2020-10-19 16:06:05 +0100
committerUrbain Vaes <urbain@vaes.uk>2020-10-19 16:06:05 +0100
commitcf274306ec254317e88d24b6147202aae862df80 (patch)
treeb21203b1c4bb2fbe72080806b7aac8c039f1ca3a /mutt/.mutt/colors
parent1ca23ff59c726b82048e222e350a5130a310b438 (diff)
Clean mutt config
Diffstat (limited to 'mutt/.mutt/colors')
-rw-r--r--mutt/.mutt/colors/base.muttrc28
-rw-r--r--mutt/.mutt/colors/nord.muttrc8
-rw-r--r--mutt/.mutt/colors/solarized.light.muttrc5
3 files changed, 0 insertions, 41 deletions
diff --git a/mutt/.mutt/colors/base.muttrc b/mutt/.mutt/colors/base.muttrc
deleted file mode 100644
index 714121c..0000000
--- a/mutt/.mutt/colors/base.muttrc
+++ /dev/null
@@ -1,28 +0,0 @@
-color normal color247 default
-color attachment color110 default
-color error red default
-color search brightmagenta default
-color status color107 color8
-color indicator color232 color178
-
-color sidebar_divider color100 default
-color sidebar_flagged color6 default
-color sidebar_indicator color232 color178
-color sidebar_new color2 default
-
-color index color248 default "~R"
-color index color140 default "~U"
-color index color2 default "~Q"
-color index color1 default "~D"
-color index color136 default "~F"
-
-color quoted cyan default
-color quoted1 magenta default
-color quoted2 red default
-
-color header green default "^(From)"
-color header yellow default "^(To)"
-color header magenta default "^(Subject)"
-color header red default "^(CC)"
-
-# vim: ft=muttrc
diff --git a/mutt/.mutt/colors/nord.muttrc b/mutt/.mutt/colors/nord.muttrc
deleted file mode 100644
index 18d7071..0000000
--- a/mutt/.mutt/colors/nord.muttrc
+++ /dev/null
@@ -1,8 +0,0 @@
-color normal color253 default
-color status green black
-color index color253 default "~R"
-color index color1 default "~F"
-color index color13 default "~O"
-color index color13 default "~N"
-
-# vim: ft=muttrc
diff --git a/mutt/.mutt/colors/solarized.light.muttrc b/mutt/.mutt/colors/solarized.light.muttrc
deleted file mode 100644
index 2d4d05a..0000000
--- a/mutt/.mutt/colors/solarized.light.muttrc
+++ /dev/null
@@ -1,5 +0,0 @@
-color status green white
-color normal color11 default
-color index color11 default "~R"
-
-# vim: ft=muttrc