Initial Commit, move from a symlink farm to yadm
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
@import url("/usr/share/ulauncher/themes/light/theme-gtk-3.20.css");
|
||||
|
||||
@import url("theme.css");
|
||||
|
||||
.input {
|
||||
caret-color: @caret_color;
|
||||
}
|
||||
.selected.item-box {
|
||||
/* workaround for a bug in GTK+ < 3.20 */
|
||||
border: none;
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"manifest_version": "1",
|
||||
"name": "catppuccin-macchiato-round",
|
||||
"display_name": "Catpuccin Macchiato Round",
|
||||
"extend_theme": "light",
|
||||
"css_file": "theme.css",
|
||||
"css_file_gtk_3.20+": "theme-gtk-3.20.css",
|
||||
"matched_text_hl_colors": {
|
||||
"when_selected": "#89B4FA",
|
||||
"when_not_selected": "#89B4FA"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
@import url("theme.css");
|
||||
|
||||
.input {
|
||||
caret-color: @caret_color;
|
||||
}
|
||||
.selected.item-box {
|
||||
/* workaround for a bug in GTK+ < 3.20 */
|
||||
border: none;
|
||||
}
|
||||
@@ -0,0 +1,88 @@
|
||||
/**
|
||||
* App Window
|
||||
*/
|
||||
@define-color bg_color #1E1E2E;
|
||||
@define-color window_bg @bg_color;
|
||||
@define-color window_border_color #B4BEFE;
|
||||
@define-color prefs_backgroud #313244;
|
||||
|
||||
/**
|
||||
* Input
|
||||
*/
|
||||
@define-color selected_bg_color #313244;
|
||||
@define-color selected_fg_color #CDD6F4;
|
||||
@define-color input_color #CDD6F4;
|
||||
@define-color caret_color darker(@input_color);
|
||||
|
||||
/**
|
||||
* Result items
|
||||
*/
|
||||
@define-color item_name #CDD6F4;
|
||||
@define-color item_text #A6ADC8;
|
||||
@define-color item_box_selected #313244;
|
||||
@define-color item_text_selected #A6ADC8;
|
||||
@define-color item_name_selected #CDD6F4;
|
||||
@define-color item_shortcut_color #7F849C;
|
||||
@define-color item_shortcut_shadow darker(@bg_color);
|
||||
@define-color item_shortcut_color_sel #CDD6F4;
|
||||
@define-color item_shortcut_shadow_sel darker(@item_box_selected);
|
||||
|
||||
.app {
|
||||
background-color: @window_bg;
|
||||
border-color: @window_border_color;
|
||||
border-width: 2px;
|
||||
border-radius: 14px;
|
||||
}
|
||||
|
||||
.input {
|
||||
color: @input_color;
|
||||
}
|
||||
|
||||
/**
|
||||
* Selected text in input
|
||||
*/
|
||||
.input *:selected,
|
||||
.input *:focus,
|
||||
*:selected:focus {
|
||||
background-color: alpha (@selected_bg_color, 0.9);
|
||||
color: @selected_fg_color;
|
||||
}
|
||||
|
||||
.item-text {
|
||||
color: @item_text;
|
||||
}
|
||||
.item-name {
|
||||
color: @item_name;
|
||||
}
|
||||
|
||||
.selected.item-box {
|
||||
background-color: @item_box_selected;
|
||||
border-left: 1px solid @window_border_color;
|
||||
border-right: 1px solid @window_border_color;
|
||||
border-radius: 14px;
|
||||
}
|
||||
.selected.item-box .item-text {
|
||||
color: @item_text_selected;
|
||||
}
|
||||
.selected.item-box .item-name {
|
||||
color: @item_name_selected;
|
||||
}
|
||||
.item-shortcut {
|
||||
color: @item_shortcut_color;
|
||||
text-shadow: 1px 1px 1px @item_shortcut_shadow;
|
||||
}
|
||||
.selected.item-box .item-shortcut {
|
||||
color: @item_shortcut_color_sel;
|
||||
text-shadow: 1px 1px 1px @item_shortcut_shadow_sel;
|
||||
}
|
||||
|
||||
.prefs-btn {
|
||||
opacity: 0.8;
|
||||
}
|
||||
.prefs-btn:hover {
|
||||
background-color: @prefs_backgroud;
|
||||
}
|
||||
|
||||
.no-window-shadow {
|
||||
margin: -20px;
|
||||
}
|
||||
13
.config/ulauncher/user-themes/nord/README.md
Normal file
13
.config/ulauncher/user-themes/nord/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# ulauncher-nord
|
||||
A nord theme for Ulauncher
|
||||
|
||||
### Screenshot
|
||||
|
||||

|
||||
|
||||
### Installing
|
||||
To install this theme, clone this repo to `~/.config/ulauncher/user-themes`
|
||||
```
|
||||
git clone https://github.com/KiranWells/ulauncher-nord/ \
|
||||
~/.config/ulauncher/user-themes/nord
|
||||
```
|
||||
11
.config/ulauncher/user-themes/nord/generated.css
Normal file
11
.config/ulauncher/user-themes/nord/generated.css
Normal file
@@ -0,0 +1,11 @@
|
||||
@import url("/home/vectorkappa/.cache/ulauncher_cache/themes/dark/generated.css");
|
||||
|
||||
@import url("theme.css");
|
||||
|
||||
.input {
|
||||
caret-color: @caret_color;
|
||||
}
|
||||
.selected.item-box {
|
||||
/* workaround for a bug in GTK+ < 3.20 */
|
||||
border: none;
|
||||
}
|
||||
12
.config/ulauncher/user-themes/nord/manifest.json
Normal file
12
.config/ulauncher/user-themes/nord/manifest.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"manifest_version": "1",
|
||||
"name": "nord",
|
||||
"display_name": "Nord",
|
||||
"extend_theme": "dark",
|
||||
"css_file": "theme.css",
|
||||
"css_file_gtk_3.20+": "theme-gtk-3.20.css",
|
||||
"matched_text_hl_colors": {
|
||||
"when_selected": "#eceff4",
|
||||
"when_not_selected": "#d8dee9"
|
||||
}
|
||||
}
|
||||
9
.config/ulauncher/user-themes/nord/theme-gtk-3.20.css
Normal file
9
.config/ulauncher/user-themes/nord/theme-gtk-3.20.css
Normal file
@@ -0,0 +1,9 @@
|
||||
@import url("theme.css");
|
||||
|
||||
.input {
|
||||
caret-color: @caret_color;
|
||||
}
|
||||
.selected.item-box {
|
||||
/* workaround for a bug in GTK+ < 3.20 */
|
||||
border: none;
|
||||
}
|
||||
85
.config/ulauncher/user-themes/nord/theme.css
Normal file
85
.config/ulauncher/user-themes/nord/theme.css
Normal file
@@ -0,0 +1,85 @@
|
||||
/**
|
||||
* App Window
|
||||
*/
|
||||
@define-color bg_color #2e3440;
|
||||
@define-color window_bg @bg_color;
|
||||
@define-color window_border_color #3b4252;
|
||||
@define-color prefs_backgroud #eceff4;
|
||||
|
||||
/**
|
||||
* Input
|
||||
*/
|
||||
@define-color selected_bg_color #4c566a;
|
||||
@define-color selected_fg_color #eceff4;
|
||||
@define-color input_color #e5e9f0;
|
||||
@define-color caret_color darker(@input_color);
|
||||
|
||||
/**
|
||||
* Result items
|
||||
*/
|
||||
@define-color item_name #d8dee9;
|
||||
@define-color item_text #4c566a;
|
||||
@define-color item_box_selected #3b4252;
|
||||
@define-color item_text_selected #d8dee9;
|
||||
@define-color item_name_selected #d8dee9;
|
||||
@define-color item_shortcut_color #e5e9f0;
|
||||
@define-color item_shortcut_shadow darker(@bg_color);
|
||||
@define-color item_shortcut_color_sel #5e81ac;
|
||||
@define-color item_shortcut_shadow_sel darker(@item_box_selected);
|
||||
|
||||
.app {
|
||||
background-color: @window_bg;
|
||||
border-color: @window_border_color;
|
||||
}
|
||||
|
||||
.input {
|
||||
color: @input_color;
|
||||
}
|
||||
|
||||
/**
|
||||
* Selected text in input
|
||||
*/
|
||||
.input *:selected,
|
||||
.input *:focus,
|
||||
*:selected:focus {
|
||||
background-color: alpha (@selected_bg_color, 0.9);
|
||||
color: @selected_fg_color;
|
||||
}
|
||||
|
||||
.item-text {
|
||||
color: @item_text;
|
||||
}
|
||||
.item-name {
|
||||
color: @item_name;
|
||||
}
|
||||
|
||||
.selected.item-box {
|
||||
background-color: @item_box_selected;
|
||||
border-left: 1px solid @window_border_color;
|
||||
border-right: 1px solid @window_border_color;
|
||||
}
|
||||
.selected.item-box .item-text {
|
||||
color: @item_text_selected;
|
||||
}
|
||||
.selected.item-box .item-name {
|
||||
color: @item_name_selected;
|
||||
}
|
||||
.item-shortcut {
|
||||
color: @item_shortcut_color;
|
||||
text-shadow: 1px 1px 1px @item_shortcut_shadow;
|
||||
}
|
||||
.selected.item-box .item-shortcut {
|
||||
color: @item_shortcut_color_sel;
|
||||
text-shadow: 1px 1px 1px @item_shortcut_shadow_sel;
|
||||
}
|
||||
|
||||
.prefs-btn {
|
||||
opacity: 0.8;
|
||||
}
|
||||
.prefs-btn:hover {
|
||||
background-color: @prefs_backgroud;
|
||||
}
|
||||
|
||||
.no-window-shadow {
|
||||
margin: -20px;
|
||||
}
|
||||
Reference in New Issue
Block a user