about summary refs log tree commit diff
path: root/home/profiles
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-24 17:41:04 +0900
committersefidel <contact@sefidel.net>2022-02-24 17:41:04 +0900
commit1851ab403daf42dbf7a1b924f93b7d7a0e4f9017 (patch)
treeab00ffb5d3d877a9530d2f2b2cacbcb0429e65ff /home/profiles
parent13773e1fa5014b3c0ac234c5751e339bec6f0f02 (diff)
downloadnixrc-1851ab403daf42dbf7a1b924f93b7d7a0e4f9017.tar.gz
nixrc-1851ab403daf42dbf7a1b924f93b7d7a0e4f9017.zip
feat(home/research): white bg, black text
Diffstat (limited to 'home/profiles')
-rw-r--r--home/profiles/research/default.nix40
1 files changed, 20 insertions, 20 deletions
diff --git a/home/profiles/research/default.nix b/home/profiles/research/default.nix
index 438a12a..c080c03 100644
--- a/home/profiles/research/default.nix
+++ b/home/profiles/research/default.nix
@@ -16,36 +16,36 @@ in
         adjust-open = "width";
         recolor = true;
 
-        default-bg = "#151515";
-        default-fg = "#cbc0ab";
+        default-bg = "#cbc0ab";
+        default-fg = "#151515";
 
-        statusbar-bg = "#151515";
-        statusbar-fg = "#cbc0ab";
+        statusbar-bg = "#cbc0ab";
+        statusbar-fg = "#151515";
 
-        inputbar-bg = "#151515";
-        inputbar-fg = "#cbc0ab";
+        inputbar-bg = "#cbc0ab";
+        inputbar-fg = "#151515";
 
-        index-bg = "#151515";
-        index-fg = "#cbc0ab";
-        index-active-bg = "#4f5058";
-        index-active-fg = "#cbc0ab";
+        index-bg = "#cbc0ab";
+        index-fg = "#151515";
+        index-active-bg = "#cbc0ab";
+        index-active-fg = "#4f5058";
 
         highlight-color = "#d4ae80";
         highlight-active-color = "#84a0c6";
 
-        notification-bg = "#151515";
-        notification-fg = "#cbc0ab";
-        notification-warning-bg = "#d4ae80";
-        notification-warning-fg = "#4f5058";
-        notification-error-bg = "#b17f81";
-        notification-error-fg = "#4f5058";
+        notification-bg = "#cbc0ab";
+        notification-fg = "#151515";
+        notification-warning-bg = "#4f5058";
+        notification-warning-fg = "#d4ae80";
+        notification-error-bg = "#4f5058";
+        notification-error-fg = "#b17f81";
 
         render-loading = true;
-        render-loading-fg = "#151515";
-        render-loading-bg = "#cbc0ab";
+        render-loading-fg = "#cbc0ab";
+        render-loading-bg = "#151515";
 
-        recolor-lightcolor = "#151515";
-        recolor-darkcolor = "#cbc0ab";
+        recolor-lightcolor = "#cbc0ab";
+        recolor-darkcolor = "#151515";
       };
     };