rofi-themes/Official Themes/gruvbox-dark-hard.rasi

63 lines
2.3 KiB
Text
Raw Normal View History

2018-02-12 13:15:11 +01:00
/* ==========================================================================
Rofi color theme
Based on the Gruvbox color scheme for Vim by morhetz
https://github.com/morhetz/gruvbox
File: gruvbox-dark-hard.rasi
Desc: Gruvbox dark (hard contrast) color theme for Rofi
Author: bardisty <b@bah.im>
Source: https://github.com/bardisty/gruvbox-rofi
2018-02-12 15:25:03 +01:00
Modified: Mon Feb 12 2018 06:04:26 PST -0800
2018-02-12 13:15:11 +01:00
========================================================================== */
2017-10-19 16:28:30 +02:00
* {
2018-02-12 13:15:11 +01:00
/* Theme settings */
highlight: bold italic;
scrollbar: true;
/* Gruvbox dark colors */
gruvbox-dark-bg0-hard: #1d2021;
gruvbox-dark-bg0: #282828;
gruvbox-dark-bg2: #504945;
gruvbox-dark-fg0: #fbf1c7;
gruvbox-dark-fg1: #ebdbb2;
gruvbox-dark-red-dark: #cc241d;
gruvbox-dark-red-light: #fb4934;
gruvbox-dark-yellow-dark: #d79921;
gruvbox-dark-yellow-light: #fabd2f;
gruvbox-dark-gray: #a89984;
/* Theme colors */
background: @gruvbox-dark-bg0-hard;
background-color: @background;
foreground: @gruvbox-dark-fg1;
border-color: @gruvbox-dark-gray;
separatorcolor: @border-color;
scrollbar-handle: @border-color;
normal-background: @background;
2017-10-19 16:28:30 +02:00
normal-foreground: @foreground;
2018-02-12 13:15:11 +01:00
alternate-normal-background: @gruvbox-dark-bg0;
2017-10-19 16:28:30 +02:00
alternate-normal-foreground: @foreground;
2018-02-12 13:15:11 +01:00
selected-normal-background: @gruvbox-dark-bg2;
selected-normal-foreground: @gruvbox-dark-fg0;
active-background: @gruvbox-dark-yellow-dark;
active-foreground: @background;
alternate-active-background: @active-background;
2017-10-19 16:28:30 +02:00
alternate-active-foreground: @active-foreground;
2018-02-12 13:15:11 +01:00
selected-active-background: @gruvbox-dark-yellow-light;
selected-active-foreground: @active-foreground;
urgent-background: @gruvbox-dark-red-dark;
urgent-foreground: @background;
alternate-urgent-background: @urgent-background;
alternate-urgent-foreground: @urgent-foreground;
selected-urgent-background: @gruvbox-dark-red-light;
selected-urgent-foreground: @urgent-foreground;
2017-10-19 16:28:30 +02:00
}
2018-02-12 13:15:11 +01:00
@import "gruvbox-common.rasi"
2018-02-12 13:15:11 +01:00