瀏覽代碼

Merge pull request #71 from Mangeshrex/main

adding everblush colorscheme to chadwm :D
siduck 3 年之前
父節點
當前提交
158fbb4de9
共有 4 個文件被更改,包括 37 次插入2 次删除
  1. 13 0
      chadwm/themes/everblush.h
  2. 2 2
      rofi/config.rasi
  3. 11 0
      rofi/themes/everblush.rasi
  4. 11 0
      scripts/bar_themes/everblush

+ 13 - 0
chadwm/themes/everblush.h

@@ -0,0 +1,13 @@
+/* Made by https://github.com/Mangeshrex */ 
+
+static const char black[]       = "#181f21";
+static const char gray2[]       = "#22292b"; // unfocused window border
+static const char gray3[]       = "#3b4244";
+static const char gray4[]       = "#67b0e8";
+static const char blue[]        = "#6cb5ed";  // focused window border
+static const char green[]       = "#8ccf7e";
+static const char red[]         = "#e06e6e";
+static const char orange[]      = "#e59e67";
+static const char yellow[]      = "#e5c76b";
+static const char pink[]        = "#c47fd5";
+static const char col_borderbar[]  = "#181f21"; // inner border

+ 2 - 2
rofi/config.rasi

@@ -3,7 +3,7 @@ configuration{
     lines: 5;
     font: "Iosevka 12";
     show-icons: true;
-    icon-theme: "Oranchelo";
+    icon-theme: "Paper Mono";
     terminal: "st";
     drun-display-format: "{icon} {name}";
     location: 0;
@@ -12,7 +12,7 @@ configuration{
     display-drun: "   Apps ";
 }
 
-@theme "gruv"
+@theme "everblush"
 
 element-text, element-icon , mode-switcher {
     background-color: inherit;

+ 11 - 0
rofi/themes/everblush.rasi

@@ -0,0 +1,11 @@
+* {
+    bg-col:  #181f21;
+    bg-col-light: #22292b;
+    border-col: #272e30;
+    selected-col: #31383a;
+    blue: #67b0e8;
+    fg-col: #dadada;
+    fg-col2: #d5d5d5;
+    grey: #363d3f;
+    width: 600;
+}

+ 11 - 0
scripts/bar_themes/everblush

@@ -0,0 +1,11 @@
+#!/bin/dash
+
+# colors
+
+black=#181f21
+green=#8ccf7e
+white=#dadada
+grey=#3b4244
+blue=#6cb5ed
+red=#e06e6e
+darkblue=#67b0e8