From 2ea96f1212cbf2e5de7ed003a48b61ede6d3635f Mon Sep 17 00:00:00 2001 From: Athitya Date: Sat, 28 Oct 2017 20:54:44 +0530 Subject: [PATCH] Adds support for new inbuilt colors --- lib/yaml/dark_colors.yaml | 37 ++++++++++++++++++++++--------------- lib/yaml/light_colors.yaml | 33 ++++++++++++++++++++------------- 2 files changed, 42 insertions(+), 28 deletions(-) diff --git a/lib/yaml/dark_colors.yaml b/lib/yaml/dark_colors.yaml index 99f6afb..edc3adf 100644 --- a/lib/yaml/dark_colors.yaml +++ b/lib/yaml/dark_colors.yaml @@ -1,31 +1,38 @@ # Main Colors -unrecognized_file: yellow -recognized_file: green -dir: blue +unrecognized_file: gold +recognized_file: lime +dir: dodgerblue # Link dead_link: red link: cyan # Access Modes -write: magenta -read: yellow -exec: cyan -no_access: grey +write: darkkhaki +read: limegreen +exec: red +no_access: indianred # Age -day_old: yellow -hour_old: green -no_modifier: white +day_old: mediumspringgreen +hour_old: lime +no_modifier: seagreen # File Size -file_large: red -file_medium: yellow -file_small: green +file_large: orange +file_medium: gold +file_small: peachpuff # Random report: white -user: green +user: moccasin tree: cyan empty: yellow -normal: white +error: red +normal: darkkhaki + +# Git +unchanged: forestgreen +added: chartreuse +tracked: darkorange +untracked: darkred diff --git a/lib/yaml/light_colors.yaml b/lib/yaml/light_colors.yaml index 9bec539..c048fce 100644 --- a/lib/yaml/light_colors.yaml +++ b/lib/yaml/light_colors.yaml @@ -1,7 +1,7 @@ # Main Colors -unrecognized_file: yellow -recognized_file: green -dir: blue +unrecognized_file: darkred +recognized_file: darkgreen +dir: navyblue # Link dead_link: red @@ -9,23 +9,30 @@ link: cyan # Access Modes write: red -read: yellow -exec: blue +read: sienna +exec: navyblue no_access: black # Age -day_old: yellow -hour_old: green +day_old: darkred +hour_old: saddlebrown no_modifier: black -# File Size -file_large: red -file_medium: yellow -file_small: green +# File Size red yellow green +file_large: darkred +file_medium: saddlebrown +file_small: black -# Random +# Random black green cyan yellow black report: black -user: green +user: darkblue tree: cyan empty: yellow +error: red normal: black + +# Git +unchanged: darkgreen +added: saddlebrown +tracked: saddlebrown +untracked: darkred