Changes from One Dark theme

This commit is contained in:
Daniel Dayley 2022-06-25 13:56:22 -06:00
parent 8539a70098
commit c61a7a6f18
3 changed files with 12 additions and 12 deletions

View File

@ -1,6 +1,6 @@
# One Dark Ulauncher
# Pro Dark Ulauncher
A theme for Ulauncher. One Dark theme.
A theme for Ulauncher. Pro Dark theme.
## Screenshot
![](https://raw.githubusercontent.com/sudosubin/one-dark-ulauncher/assets/screenshot.png)
@ -9,6 +9,6 @@ A theme for Ulauncher. One Dark theme.
```sh
mkdir -p ~/.config/ulauncher/user-themes
git clone https://github.com/sudosubin/one-dark-ulauncher.git \
~/.config/ulauncher/user-themes/one-dark-ulauncher
git clone https://github.com/Cronocide/pro-dark-ulauncher.git \
~/.config/ulauncher/user-themes/pro-dark-ulauncher
```

View File

@ -1,7 +1,7 @@
{
"manifest_version": "1",
"name": "one-dark",
"display_name": "One Dark",
"name": "pro-dark",
"display_name": "Pro Dark",
"extend_theme": "dark",
"css_file": "theme.css",
"css_file_gtk_3.20+": "theme-gtk-3.20.css",
@ -9,4 +9,4 @@
"when_selected": "#fff",
"when_not_selected": "#fff"
}
}
}

View File

@ -1,10 +1,10 @@
/**
* Colors
*/
@define-color on-black #1E2127;
@define-color on-grey1 #282c34;
@define-color on-grey2 #5C6370;
@define-color on-white #ABB2BF;
@define-color on-black #1F1F1F;
@define-color on-grey1 #f9f9f9;
@define-color on-grey2 #00FF00;
@define-color on-white #1F1F1F;
/**
* App Window
@ -90,4 +90,4 @@
.no-window-shadow {
margin: -20px;
}
}