changed color themes
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
#!/usr/bin/env nix-shell
 | 
			
		||||
#! nix-shell -i bash -p ffmpeg youtube-dl
 | 
			
		||||
youtube-dl -f bestaudio -o "ytmp3.%(title)s.%(ext)s" "$1"
 | 
			
		||||
#! nix-shell -i bash -p ffmpeg yt-dlp
 | 
			
		||||
yt-dlp -f bestaudio -o "ytmp3.%(title)s.%(ext)s" "$1"
 | 
			
		||||
file=$(echo ytmp3.*.*)
 | 
			
		||||
newfile=$(echo $file | cut -c 7-)
 | 
			
		||||
mv "$file" "$newfile"
 | 
			
		||||
 
 | 
			
		||||
@@ -54,28 +54,28 @@ diff --color -u a/config.def.h b/config.def.h
 | 
			
		||||
-	"#555555",
 | 
			
		||||
-};
 | 
			
		||||
-
 | 
			
		||||
 
 | 
			
		||||
+    [0] = "#1d2021",
 | 
			
		||||
+    [1] = "#cc241d", /* red     */
 | 
			
		||||
+    [2] = "#98971a", /* green   */
 | 
			
		||||
+    [3] = "#d79921", /* yellow  */
 | 
			
		||||
+    [4] = "#458588", /* blue    */
 | 
			
		||||
+    [5] = "#b16286", /* magenta */
 | 
			
		||||
+    [6] = "#689d6a", /* cyan    */
 | 
			
		||||
+    [7] = "#a89984", /* white   */
 | 
			
		||||
 | 
			
		||||
+    [0] = "#1d1f21",
 | 
			
		||||
+    [1] = "#912226", /* red     */
 | 
			
		||||
+    [2] = "#778900", /* green   */
 | 
			
		||||
+    [3] = "#ae7b00", /* yellow  */
 | 
			
		||||
+    [4] = "#1d2594", /* blue    */
 | 
			
		||||
+    [5] = "#682a9b", /* magenta */
 | 
			
		||||
+    [6] = "#2b6651", /* cyan    */
 | 
			
		||||
+    [7] = "#929593", /* white   */
 | 
			
		||||
+
 | 
			
		||||
+    [8]  = "#928374", /* black   */
 | 
			
		||||
+    [9]  = "#fb4934", /* red     */
 | 
			
		||||
+    [10] = "#b8bb26", /* green   */
 | 
			
		||||
+    [11] = "#fabd2f", /* yellow  */
 | 
			
		||||
+    [12] = "#83a598", /* blue    */
 | 
			
		||||
+    [13] = "#d3869b", /* magenta */
 | 
			
		||||
+    [14] = "#8ec07c", /* cyan    */
 | 
			
		||||
+    [15] = "#ebdbb2", /* white   */
 | 
			
		||||
+    [8]  = "#969896", /* black   */
 | 
			
		||||
+    [9]  = "#cc6666", /* red     */
 | 
			
		||||
+    [10] = "#b5bd68", /* green   */
 | 
			
		||||
+    [11] = "#f0c674", /* yellow  */
 | 
			
		||||
+    [12] = "#81a2be", /* blue    */
 | 
			
		||||
+    [13] = "#b294bb", /* magenta */
 | 
			
		||||
+    [14] = "#8abeb7", /* cyan    */
 | 
			
		||||
+    [15] = "#ecebec", /* white   */
 | 
			
		||||
+
 | 
			
		||||
+    /* bg and fg */
 | 
			
		||||
+    [256] = "#1d2021",
 | 
			
		||||
+    [257] = "#d5c4a1",
 | 
			
		||||
+    [256] = "#1d1f21",
 | 
			
		||||
+    [257] = "#c5c8c6",
 | 
			
		||||
+};
 | 
			
		||||
 /*
 | 
			
		||||
  * Default colors (colorname index)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user