浏览代码

Add Dracula theme

Adds the Dracula theme (https://github.com/dracula/dracula-theme) for chadwm, rofi, eww, and bar script
joestandring 3 年之前
父节点
当前提交
313bae593e
共有 4 个文件被更改,包括 43 次插入0 次删除
  1. 11 0
      chadwm/themes/dracula.h
  2. 10 0
      eww/scss/themes/dracula.scss
  3. 11 0
      rofi/themes/dracula.rasi
  4. 11 0
      scripts/bar_themes/dracula

+ 11 - 0
chadwm/themes/dracula.h

@@ -0,0 +1,11 @@
+static const char black[]       = "#21222C";
+static const char gray2[]       = "#282a36"; // unfocused window border
+static const char gray3[]       = "#44475a";
+static const char gray4[]       = "#282a36";
+static const char blue[]        = "#bd93f9";  // focused window border
+static const char green[]       = "#50fa7b";
+static const char red[]         = "#ff5555";
+static const char orange[]      = "#ffb86c";
+static const char yellow[]      = "#f1fa8c";
+static const char pink[]        = "#ff79c6";
+static const char col_borderbar[]  = "#21222c"; // inner border

+ 10 - 0
eww/scss/themes/dracula.scss

@@ -0,0 +1,10 @@
+$white: #f8f8f2;
+$black: #21222c;
+$blackAlt: #282a36;
+$grey: #44475a;
+$lightGrey: #6272a4;
+$green: #50fa7b;
+$red: #ff5555;
+$blue: #8be9fd;
+$yellow: #f1fa8c;
+$purple: #bd93f9;

+ 11 - 0
rofi/themes/dracula.rasi

@@ -0,0 +1,11 @@
+* {
+    bg-col:  #282a36;
+    bg-col-light: #44475a;
+    border-col: #44475a;
+    selected-col: #44475a;
+    blue: #bd93f9;
+    fg-col: #f8f8f2;
+    fg-col2: #ffffff;
+    grey: #6272a4;
+    width: 600;
+}

+ 11 - 0
scripts/bar_themes/dracula

@@ -0,0 +1,11 @@
+#!/bin/dash
+
+# colors
+
+black=#21222c
+green=#50fa7b
+white=#f8f8f2
+grey=#282a36
+blue=#d6acff
+red=#ff5555
+darkblue=#bd93f9