Fix licenses in theme.

This commit is contained in:
Dave Davenport 2017-10-01 12:55:42 +02:00
parent 2d9a4fd4aa
commit 7b872191e7
22 changed files with 166 additions and 2 deletions

View File

@ -1,3 +1,10 @@
/*******************************************************************************
* ROFI Color theme
* Based on Adapta-Nokto GTK theme (https://github.com/adapta-project/adapta-gtk-theme)
* User: PyGeek03
* Copyright: PyGeek03
********************************************************************************/
* {
selected-normal-foreground: rgba ( 250, 251, 252, 100 % );
foreground: rgba ( 250, 251, 252, 100 % );

View File

@ -1,3 +1,9 @@
/*******************************************************************************
* ROFI Color theme
* User: Sergio Morales
* Copyright: Sergio Morales
*******************************************************************************/
* {
selected-normal-foreground: rgba ( 255, 255, 255, 100 % );
foreground: rgba ( 82, 93, 118, 100 % );

View File

@ -1,3 +1,9 @@
/**
* ROFI Color theme
* User: Qball
* Copyright: Dave Davenport
*/
* {
selected-normal-foreground: rgba ( 2, 20, 63, 100 % );
foreground: rgba ( 219, 223, 188, 100 % );

View File

@ -1,3 +1,9 @@
/**
* ROFI Color theme
* User: Qball
* Copyright: Dave Davenport
*/
* {
selected-normal-foreground: rgba ( 232, 234, 246, 100 % );
foreground: rgba ( 232, 234, 246, 100 % );

View File

@ -1,3 +1,9 @@
/**
* ROFI Color theme
* User: milouse
* Copyright: Étienne Deparis
*/
* {
selected-normal-foreground: rgba ( 248, 248, 242, 100 % );
foreground: rgba ( 248, 248, 242, 100 % );

View File

@ -1,3 +1,8 @@
/**
* ROFI Color theme
* User: Qball
* Copyright: Dave Davenport
*/
* {
selected-normal-foreground: rgba ( 245, 245, 245, 100 % );
foreground: rgba ( 0, 43, 54, 100 % );

View File

@ -1,3 +1,9 @@
/*******************************************************************************
* ROFI Color theme
* User: Rasi
* Copyright: Rasmus Steinke
*******************************************************************************/
* {
selected-normal-foreground: rgba ( 255, 255, 255, 100 % );
foreground: rgba ( 193, 193, 193, 100 % );

View File

@ -1,3 +1,8 @@
/**
* ROFI Color theme
* User: Qball
* Copyright: Dave Davenport
*/
configuration {

View File

@ -1,3 +1,9 @@
/******************************************************************************
* ROFI Color theme
* User: qball
* Copyright: Dave Davenport
******************************************************************************/
* {
selected-normal-foreground: rgba ( 0, 96, 160, 100 % );
foreground: rgba ( 0, 176, 239, 100 % );

View File

@ -1,3 +1,9 @@
/******************************************************************************
* ROFI Color theme
* User: Rasi
* Copyright: Rasmus Steinke
******************************************************************************/
* {
selected-normal-foreground: rgba ( 255, 255, 255, 100 % );
foreground: rgba ( 79, 128, 255, 100 % );

View File

@ -1,3 +1,8 @@
/**
* ROFI Color theme
* User: Qball
* Copyright: Dave Davenport
*/
* {
background-color: Black;
border-color: White;
@ -12,13 +17,13 @@ configuration {
anchor: north;
location: north;
width: 100%;
padding: 4px;
padding: 4px;
children: [ horibox ];
}
#horibox {
orientation: horizontal;
children: [ prompt, entry, listview ];
children: [ prompt, entry, listview ];
}
#listview {

View File

@ -1,3 +1,8 @@
/******************************************************************************
* ROFI Color theme
* User: Rasi
* Copyright: Rasmus Steinke
******************************************************************************/
* {
selected-normal-foreground: rgba ( 255, 255, 255, 100 % );
foreground: rgba ( 255, 255, 255, 100 % );

View File

@ -1,3 +1,16 @@
/*********************************************************
* Rofi color theme
*
* Based on the Gruvbox color scheme for Vim by morhetz
* https://github.com/morhetz/gruvbox
*
* File: gruvbox*dark*hard.theme
* Desc: Gruvbox dark (hard contrast) color theme for Rofi
* Author: bardisty <b@bah.im>
* Source: https://github.com/bardisty/gruvbox*rofi
* Modified: Sat Oct 22 2016 03:12:10 PDT *0700
**********************************************************/
* {
selected-normal-foreground: rgba ( 251, 241, 199, 100 % );
foreground: rgba ( 235, 219, 178, 100 % );

View File

@ -1,3 +1,15 @@
/*********************************************************
* Rofi color theme
*
* Based on the Gruvbox color scheme for Vim by morhetz
* https://github.com/morhetz/gruvbox
*
* File: gruvbox*dark*soft.theme
* Desc: Gruvbox dark (soft contrast) color theme for Rofi
* Author: bardisty <b@bah.im>
* Source: https://github.com/bardisty/gruvbox*rofi
* Modified: Sat Oct 22 2016 03:12:10 PDT *0700
**********************************************************/
* {
selected-normal-foreground: rgba ( 251, 241, 199, 100 % );
foreground: rgba ( 235, 219, 178, 100 % );

View File

@ -1,3 +1,15 @@
/*********************************************************
* Rofi color theme
*
* Based on the Gruvbox color scheme for Vim by morhetz
* https://github.com/morhetz/gruvbox
*
* File: gruvbox*dark.theme
* Desc: Gruvbox dark color theme for Rofi
* Author: bardisty <b@bah.im>
* Source: https://github.com/bardisty/gruvbox*rofi
* Modified: Sat Oct 22 2016 03:12:10 PDT *0700
**********************************************************/
* {
selected-normal-foreground: rgba ( 251, 241, 199, 100 % );
foreground: rgba ( 235, 219, 178, 100 % );

View File

@ -1,3 +1,16 @@
/*******************
* Rofi color theme
*
* Based on the Gruvbox color scheme for Vim by morhetz
* https://github.com/morhetz/gruvbox
*
* File: gruvbox-light-hard.theme
* Desc: Gruvbox light (hard contrast) color theme for Rofi
* Author: bardisty <b@bah.im>
* Source: https://github.com/bardisty/gruvbox-rofi
* Modified: Sat Oct 22 2016 03:11:32 PDT -0700
*/
* {
selected-normal-foreground: rgba ( 40, 40, 40, 100 % );
foreground: rgba ( 60, 56, 54, 100 % );

View File

@ -1,3 +1,15 @@
/*******************
* Rofi color theme
*
* Based on the Gruvbox color scheme for Vim by morhetz
* https://github.com/morhetz/gruvbox
*
* File: gruvbox-light-soft.theme
* Desc: Gruvbox light (soft contrast) color theme for Rofi
* Author: bardisty <b@bah.im>
* Source: https://github.com/bardisty/gruvbox-rofi
* Modified: Sat Oct 22 2016 03:11:32 PDT -0700
*/
* {
selected-normal-foreground: rgba ( 40, 40, 40, 100 % );
foreground: rgba ( 60, 56, 54, 100 % );

View File

@ -1,3 +1,15 @@
/*******************
* Rofi color theme
*
* Based on the Gruvbox color scheme for Vim by morhetz
* https://github.com/morhetz/gruvbox
*
* File: gruvbox-light.theme
* Desc: Gruvbox light color theme for Rofi
* Author: bardisty <b@bah.im>
* Source: https://github.com/bardisty/gruvbox-rofi
* Modified: Sat Oct 22 2016 03:11:32 PDT -0700
*/
* {
selected-normal-foreground: rgba ( 40, 40, 40, 100 % );
foreground: rgba ( 60, 56, 54, 100 % );

View File

@ -1,3 +1,9 @@
/**
* ROFI Color theme
* User: Qball
* Copyright: Dave Davenport
*/
* {
selected-normal-foreground: rgba ( 51, 51, 51, 100 % );
foreground: rgba ( 17, 170, 170, 100 % );

View File

@ -1,3 +1,8 @@
/******************************************************************************
* ROFI Color theme
* User: Rasi
* Copyright: Rasmus Steinke
******************************************************************************/
* {
selected-normal-foreground: rgba ( 255, 255, 255, 100 % );
foreground: rgba ( 180, 180, 180, 100 % );

View File

@ -1,3 +1,8 @@
/******************************************************************************
* ROFI Color theme
* User: Rasi
* Copyright: Rasmus Steinke
******************************************************************************/
* {
selected-normal-foreground: rgba ( 129, 147, 150, 100 % );
foreground: rgba ( 129, 147, 150, 100 % );

View File

@ -1,3 +1,8 @@
/******************************************************************************
* ROFI Color theme
* User: Rasi
* Copyright: Rasmus Steinke
******************************************************************************/
* {
selected-normal-foreground: rgba ( 255, 255, 255, 100 % );
foreground: rgba ( 129, 147, 150, 100 % );