diff --git a/README.md b/README.md index 02d996b..ad0e6fd 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,9 @@ Based on [Cade Scroggins](https://github.com/cadejscroggins)'s [Tilde](https://g Most of the features are carried over from the original source. Few of the added features are: -- Added a "Quick Launch" functionality, which launches all the sites with `quickLaunch` -property set to true upon hitting `!` key. -- Clicking on the clock brings up pre-defined sites. -- Available sites show their icons instead of their corresponding keys. -- Added the option to invert colour theme. You can either edit config or use `invert!` command. -- Other small changes on grids. - +- Added a "Quick Launch" functionality, which launches all the sites with `quickLaunch` property set to `true` upon hitting `!` key. +- Color theme can now be inverted easily by either editing config or using `invert!` command. +- Added an option to show launch keys instead of icons again. Either edit config or type `keys!`. ## Usage @@ -82,8 +78,8 @@ This allows you to invoke Tilde with your native browser search bar. ## Configuration -Open up the [script.js](assets/script.js) file and read through the `CONFIG`! +Open up the [script.js](js/script.js) file and read through the `CONFIG`! ## License -Feel free to [use this and modify it however you like](https://github.com/Ozencb/tilde-enhanced/blob/master/LICENSE). +Feel free to [use this and modify it however you like](https://github.com/Ozencb/tilde-enhanced/blob/master/LICENSE). \ No newline at end of file diff --git a/assets/screenshot.png b/assets/screenshot.png index 2623faf..47df0e6 100644 Binary files a/assets/screenshot.png and b/assets/screenshot.png differ diff --git a/style/style.css b/css/style.css similarity index 98% rename from style/style.css rename to css/style.css index 0c8c68a..2925802 100644 --- a/style/style.css +++ b/css/style.css @@ -1,7 +1,7 @@ :root { /* colors */ - --background: #000000; - --foreground: #FFFFFF; + --background: #0E0E0E; + --foreground: #F1F1F1; /* fonts */ --font-family: 'Open Sans', sans-serif; @@ -215,7 +215,8 @@ body.suggestions .search-suggestions { border-radius: 50%; background: transparent; color: var(--background); - font-size: 0.75rem; + font-size: 0.65rem; + font-weight: 800; line-height: 2rem; text-align: center; } diff --git a/index.html b/index.html index 90e0b22..61d4cf3 100644 --- a/index.html +++ b/index.html @@ -4,22 +4,21 @@
- - + +