Compare commits
No commits in common. "e1a77d22b9d5cc5b2f105eead5ba6c3ba4bf62fb" and "14cc0b59eed7a7c259810882565b6f74a8be1a8b" have entirely different histories.
e1a77d22b9
...
14cc0b59ee
|
@ -0,0 +1,34 @@
|
|||
# EditorConfig helps developers define and maintain consistent
|
||||
# coding styles between different editors and IDEs
|
||||
# EditorConfig is awesome: https://EditorConfig.org
|
||||
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
# go
|
||||
[*.go]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
|
||||
# python
|
||||
[*.{ini,py,py.tpl,rst}]
|
||||
indent_size = 4
|
||||
|
||||
# rust
|
||||
[*.rs]
|
||||
indent_size = 4
|
||||
|
||||
# documentation, utils
|
||||
[*.{md,mdx,diff}]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
# windows shell scripts
|
||||
[*.{cmd,bat,ps1}]
|
||||
end_of_line = crlf
|
12
INSTALL.md
|
@ -1,12 +0,0 @@
|
|||
### [Vimium](https://vimium.github.io/)
|
||||
|
||||
#### Install the browser extension
|
||||
|
||||
* [Chrome](https://chrome.google.com/webstore/detail/vimium/dbepggeogbaibhgnhhndojpepiihcmeb)
|
||||
* [Firefox](https://addons.mozilla.org/en-US/firefox/addon/vimium-ff/)
|
||||
|
||||
#### Activating theme
|
||||
|
||||
1. Go into the Vimium addon's preferences.
|
||||
1. Activate *advanced options*.
|
||||
1. Now copy the content of [`vimium-dracula.css`](https://raw.githubusercontent.com/dracula/vimium/master/vimium-dracula.css) into the custom CSS field. Done!
|
4
LICENSE
|
@ -1,6 +1,6 @@
|
|||
The MIT License (MIT)
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2018 Dracula Theme
|
||||
Copyright (c) 2021 Catppuccin
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
60
README.md
|
@ -1,21 +1,57 @@
|
|||
# Dracula for [Vimium](https://vimium.github.io/)
|
||||
<h3 align="center">
|
||||
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/logos/exports/1544x1544_circle.png" width="100" alt="Logo"/><br/>
|
||||
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png" height="30" width="0px"/>
|
||||
Catppuccin for <a href="https://chrome.google.com/webstore/detail/vimium/dbepggeogbaibhgnhhndojpepiihcmeb">Vimium</a>
|
||||
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png" height="30" width="0px"/>
|
||||
</h3>
|
||||
<p align="center">
|
||||
<a href="https://github.com/catppuccin/vimium/stargazers"><img alt="Stargazers" src="https://img.shields.io/github/stars/catppuccin/vimium?colorA=363a4f&colorB=b7bdf8&style=for-the-badge"></a>
|
||||
<a href="https://github.com/catppuccin/vimium/issues"><img src="https://img.shields.io/github/issues/catppuccin/vimium?colorA=363a4f&colorB=f5a97f&style=for-the-badge"></a>
|
||||
<a href="https://github.com/catppuccin/vimium/contributors"><img src="https://img.shields.io/github/contributors/catppuccin/vimium?colorA=363a4f&colorB=a6da95&style=for-the-badge"></a>
|
||||
</p>
|
||||
|
||||
> A dark theme for [Vimium](https://vimium.github.io/)
|
||||
|
||||
![Screenshot](./screenshot.png)
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/catppuccin/vimium/main/assets/cat-vimium.png"/>
|
||||
</p>
|
||||
|
||||
## Install
|
||||
## Previews
|
||||
|
||||
All instructions can be found at [draculatheme.com/vimium](https://draculatheme.com/vimium).
|
||||
<details>
|
||||
<summary>🌻 Latte</summary>
|
||||
<img src="https://raw.githubusercontent.com/catppuccin/vimium/main/assets/vimium-latte.png"/>
|
||||
</details>
|
||||
<details>
|
||||
<summary>🪴 Frappé</summary>
|
||||
<img src="https://raw.githubusercontent.com/catppuccin/vimium/main/assets/vimium-frappe.png"/>
|
||||
</details>
|
||||
<details>
|
||||
<summary>🌺 Macchiato</summary>
|
||||
<img src="https://raw.githubusercontent.com/catppuccin/vimium/main/assets/vimium-macchiato.png"/>
|
||||
</details>
|
||||
<details>
|
||||
<summary>🌿 Mocha</summary>
|
||||
<img src="https://raw.githubusercontent.com/catppuccin/vimium/main/assets/vimium-mocha.png"/>
|
||||
</details>
|
||||
|
||||
## Team
|
||||
## Usage
|
||||
|
||||
This theme is maintained by the following person(s) and a bunch of [awesome contributors](https://github.com/dracula/vimium/graphs/contributors).
|
||||
1. Open Vimum addon's preferences
|
||||
2. Activate advanced options
|
||||
3. Copy the content of selected file from `dist` folder into the custom CSS field:
|
||||
- 🌻 [catppuccin-vimium-latte.css](./dist/catppuccin-vimium-latte.css)
|
||||
- 🪴 [catppuccin-vimium-frappe.css](./dist/catppuccin-vimium-frappe.css)
|
||||
- 🌺 [catppuccin-vimium-macchiato.css](./dist/catppuccin-vimium-macchiato.css)
|
||||
- 🌿 [catppuccin-vimium-mocha.css](./dist/catppuccin-vimium-mocha.css)
|
||||
4. Save changes and reload pages
|
||||
|
||||
| [![Trollwut](https://avatars1.githubusercontent.com/u/3462975?s=70&v=4)](https://github.com/Trollwut) |
|
||||
| --- |
|
||||
| [Trollwut](https://github.com/Trollwut) |
|
||||
## 💝 Thanks to
|
||||
|
||||
## License
|
||||
- [elkrien](https://github.com/elkrien)
|
||||
- [ysjn](https://github.com/ysjn/vimium-simply-dark)
|
||||
|
||||
[MIT License](./LICENSE)
|
||||
|
||||
|
||||
<p align="center"><img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/footers/gray0_ctp_on_line.svg?sanitize=true" /></p>
|
||||
<p align="center">Copyright © 2021-present <a href="https://github.com/catppuccin" target="_blank">Catppuccin Org</a>
|
||||
<p align="center"><a href="https://github.com/catppuccin/catppuccin/blob/main/LICENSE"><img src="https://img.shields.io/static/v1.svg?style=for-the-badge&label=License&message=MIT&logoColor=d9e0ee&colorA=363a4f&colorB=b7bdf8"/></a></p>
|
||||
|
|
After Width: | Height: | Size: 114 KiB |
After Width: | Height: | Size: 120 KiB |
After Width: | Height: | Size: 117 KiB |
After Width: | Height: | Size: 108 KiB |
After Width: | Height: | Size: 118 KiB |
After Width: | Height: | Size: 119 KiB |
|
@ -0,0 +1,17 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
src='./src/'
|
||||
dist='./dist/'
|
||||
|
||||
if [ ! -d "$dist" ]; then
|
||||
mkdir -v $dist
|
||||
fi
|
||||
|
||||
for f in "$src"/palettes/*.css; do
|
||||
filename=$(basename "$f")
|
||||
palette=${filename%.css}
|
||||
basefile=catppuccin-vimium-base.css
|
||||
filename=${basefile/base/$palette}
|
||||
echo "Creating $dist$filename"
|
||||
cat "$f" "$src$basefile" > "$dist$filename"
|
||||
done
|
|
@ -0,0 +1,131 @@
|
|||
/* Frappe palette */
|
||||
|
||||
:root {
|
||||
--rosewater: #f2d5cf;
|
||||
--peach: #ef9f76;
|
||||
--blue: #8caaee;
|
||||
--lavender: #babbf1;
|
||||
--green: #a6d189;
|
||||
--text: #c6d0f5;
|
||||
--surface2: #626880;
|
||||
--surface0: #414559;
|
||||
--base: #303446;
|
||||
--mantle: #292c3c;
|
||||
}
|
||||
#vimiumHintMarkerContainer div.internalVimiumHintMarker, #vimiumHintMarkerContainer div.vimiumHintMarker {
|
||||
padding: 3px 4px;
|
||||
background: var(--peach);
|
||||
border: 1;
|
||||
border-color: var(--mantle);
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
||||
}
|
||||
|
||||
#vimiumHintMarkerContainer div span {
|
||||
color: var(--mantle);
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
#vimiumHintMarkerContainer div > .matchingCharacter {
|
||||
opacity: 1.0;
|
||||
}
|
||||
|
||||
#vimiumHintMarkerContainer div > .matchingCharacter ~ span {
|
||||
color: var(--surface2);
|
||||
}
|
||||
|
||||
#vomnibar {
|
||||
background: var(--base);
|
||||
border: 2px solid var(--lavender);
|
||||
animation: show 200ms cubic-bezier(0, 0, 0.2, 1) forwards;
|
||||
max-height: calc(100vh - 70px);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@keyframes show {
|
||||
0% {
|
||||
transform: translateY(50px);
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
transform: translateY(0);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
#vomnibar input {
|
||||
color: var(--text);
|
||||
background: var(--base);
|
||||
border: none;
|
||||
height: unset;
|
||||
padding: 16px 30px;
|
||||
}
|
||||
|
||||
#vomnibar .vomnibarSearchArea {
|
||||
border: none;
|
||||
padding: unset;
|
||||
background: var(--base)
|
||||
}
|
||||
|
||||
#vomnibar ul {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background: var(--base);
|
||||
border-top: 1px solid var(--surface0);
|
||||
}
|
||||
|
||||
#vomnibar li {
|
||||
padding: 10px;
|
||||
border-bottom: 1px solid var(--surface0)
|
||||
}
|
||||
|
||||
#vomnibar li .vomnibarTopHalf,
|
||||
#vomnibar li .vomnibarBottomHalf {
|
||||
padding: 3px 0;
|
||||
}
|
||||
|
||||
#vomnibar li .vomnibarSource {
|
||||
color: var(--peach);
|
||||
}
|
||||
|
||||
#vomnibar li em,
|
||||
#vomnibar li .vomnibarTitle {
|
||||
color: var(--blue);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#vomnibar li .vomnibarUrl {
|
||||
color: var(--rosewater);
|
||||
}
|
||||
|
||||
#vomnibar li .vomnibarMatch {
|
||||
color: var(--green);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#vomnibar li .vomnibarTitle .vomnibarMatch {
|
||||
color: var(--blue);
|
||||
}
|
||||
|
||||
#vomnibar li.vomnibarSelected {
|
||||
background-color: var(--surface0);
|
||||
}
|
||||
|
||||
div.vimiumHUD {
|
||||
background: var(--base);
|
||||
border: none;
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
||||
}
|
||||
|
||||
div.vimiumHUD span#hud-find-input,
|
||||
div.vimiumHUD .vimiumHUDSearchAreaInner {
|
||||
color: var(--text)
|
||||
}
|
||||
|
||||
div.vimiumHUD .hud-find {
|
||||
background-color: var(--base);
|
||||
border: none;
|
||||
}
|
||||
|
||||
div.vimiumHUD .vimiumHUDSearchArea {
|
||||
background-color: var(--base);
|
||||
}
|
|
@ -0,0 +1,131 @@
|
|||
/* Latte palette */
|
||||
|
||||
:root {
|
||||
--rosewater: #dc8a78;
|
||||
--peach: #fe640b;
|
||||
--green: #40a02b;
|
||||
--blue: #1e66f5;
|
||||
--lavender: #7287fd;
|
||||
--text: #4c4f69;
|
||||
--surface2: #acb0be;
|
||||
--surface0: #ccd0da;
|
||||
--base: #eff1f5;
|
||||
--mantle: #e6e9ef;
|
||||
}
|
||||
#vimiumHintMarkerContainer div.internalVimiumHintMarker, #vimiumHintMarkerContainer div.vimiumHintMarker {
|
||||
padding: 3px 4px;
|
||||
background: var(--peach);
|
||||
border: 1;
|
||||
border-color: var(--mantle);
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
||||
}
|
||||
|
||||
#vimiumHintMarkerContainer div span {
|
||||
color: var(--mantle);
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
#vimiumHintMarkerContainer div > .matchingCharacter {
|
||||
opacity: 1.0;
|
||||
}
|
||||
|
||||
#vimiumHintMarkerContainer div > .matchingCharacter ~ span {
|
||||
color: var(--surface2);
|
||||
}
|
||||
|
||||
#vomnibar {
|
||||
background: var(--base);
|
||||
border: 2px solid var(--lavender);
|
||||
animation: show 200ms cubic-bezier(0, 0, 0.2, 1) forwards;
|
||||
max-height: calc(100vh - 70px);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@keyframes show {
|
||||
0% {
|
||||
transform: translateY(50px);
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
transform: translateY(0);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
#vomnibar input {
|
||||
color: var(--text);
|
||||
background: var(--base);
|
||||
border: none;
|
||||
height: unset;
|
||||
padding: 16px 30px;
|
||||
}
|
||||
|
||||
#vomnibar .vomnibarSearchArea {
|
||||
border: none;
|
||||
padding: unset;
|
||||
background: var(--base)
|
||||
}
|
||||
|
||||
#vomnibar ul {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background: var(--base);
|
||||
border-top: 1px solid var(--surface0);
|
||||
}
|
||||
|
||||
#vomnibar li {
|
||||
padding: 10px;
|
||||
border-bottom: 1px solid var(--surface0)
|
||||
}
|
||||
|
||||
#vomnibar li .vomnibarTopHalf,
|
||||
#vomnibar li .vomnibarBottomHalf {
|
||||
padding: 3px 0;
|
||||
}
|
||||
|
||||
#vomnibar li .vomnibarSource {
|
||||
color: var(--peach);
|
||||
}
|
||||
|
||||
#vomnibar li em,
|
||||
#vomnibar li .vomnibarTitle {
|
||||
color: var(--blue);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#vomnibar li .vomnibarUrl {
|
||||
color: var(--rosewater);
|
||||
}
|
||||
|
||||
#vomnibar li .vomnibarMatch {
|
||||
color: var(--green);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#vomnibar li .vomnibarTitle .vomnibarMatch {
|
||||
color: var(--blue);
|
||||
}
|
||||
|
||||
#vomnibar li.vomnibarSelected {
|
||||
background-color: var(--surface0);
|
||||
}
|
||||
|
||||
div.vimiumHUD {
|
||||
background: var(--base);
|
||||
border: none;
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
||||
}
|
||||
|
||||
div.vimiumHUD span#hud-find-input,
|
||||
div.vimiumHUD .vimiumHUDSearchAreaInner {
|
||||
color: var(--text)
|
||||
}
|
||||
|
||||
div.vimiumHUD .hud-find {
|
||||
background-color: var(--base);
|
||||
border: none;
|
||||
}
|
||||
|
||||
div.vimiumHUD .vimiumHUDSearchArea {
|
||||
background-color: var(--base);
|
||||
}
|
|
@ -0,0 +1,131 @@
|
|||
/* Macchiato palette */
|
||||
|
||||
:root {
|
||||
--rosewater: #f4dbd6;
|
||||
--peach: #f5a97f;
|
||||
--green: #a6da95;
|
||||
--blue: #8aadf4;
|
||||
--lavender: #b7bdf8;
|
||||
--text: #cad3f5;
|
||||
--surface2: #5b6078;
|
||||
--surface0: #363a4f;
|
||||
--base: #24273a;
|
||||
--mantle: #1e2030;
|
||||
}
|
||||
#vimiumHintMarkerContainer div.internalVimiumHintMarker, #vimiumHintMarkerContainer div.vimiumHintMarker {
|
||||
padding: 3px 4px;
|
||||
background: var(--peach);
|
||||
border: 1;
|
||||
border-color: var(--mantle);
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
||||
}
|
||||
|
||||
#vimiumHintMarkerContainer div span {
|
||||
color: var(--mantle);
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
#vimiumHintMarkerContainer div > .matchingCharacter {
|
||||
opacity: 1.0;
|
||||
}
|
||||
|
||||
#vimiumHintMarkerContainer div > .matchingCharacter ~ span {
|
||||
color: var(--surface2);
|
||||
}
|
||||
|
||||
#vomnibar {
|
||||
background: var(--base);
|
||||
border: 2px solid var(--lavender);
|
||||
animation: show 200ms cubic-bezier(0, 0, 0.2, 1) forwards;
|
||||
max-height: calc(100vh - 70px);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@keyframes show {
|
||||
0% {
|
||||
transform: translateY(50px);
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
transform: translateY(0);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
#vomnibar input {
|
||||
color: var(--text);
|
||||
background: var(--base);
|
||||
border: none;
|
||||
height: unset;
|
||||
padding: 16px 30px;
|
||||
}
|
||||
|
||||
#vomnibar .vomnibarSearchArea {
|
||||
border: none;
|
||||
padding: unset;
|
||||
background: var(--base)
|
||||
}
|
||||
|
||||
#vomnibar ul {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background: var(--base);
|
||||
border-top: 1px solid var(--surface0);
|
||||
}
|
||||
|
||||
#vomnibar li {
|
||||
padding: 10px;
|
||||
border-bottom: 1px solid var(--surface0)
|
||||
}
|
||||
|
||||
#vomnibar li .vomnibarTopHalf,
|
||||
#vomnibar li .vomnibarBottomHalf {
|
||||
padding: 3px 0;
|
||||
}
|
||||
|
||||
#vomnibar li .vomnibarSource {
|
||||
color: var(--peach);
|
||||
}
|
||||
|
||||
#vomnibar li em,
|
||||
#vomnibar li .vomnibarTitle {
|
||||
color: var(--blue);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#vomnibar li .vomnibarUrl {
|
||||
color: var(--rosewater);
|
||||
}
|
||||
|
||||
#vomnibar li .vomnibarMatch {
|
||||
color: var(--green);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#vomnibar li .vomnibarTitle .vomnibarMatch {
|
||||
color: var(--blue);
|
||||
}
|
||||
|
||||
#vomnibar li.vomnibarSelected {
|
||||
background-color: var(--surface0);
|
||||
}
|
||||
|
||||
div.vimiumHUD {
|
||||
background: var(--base);
|
||||
border: none;
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
||||
}
|
||||
|
||||
div.vimiumHUD span#hud-find-input,
|
||||
div.vimiumHUD .vimiumHUDSearchAreaInner {
|
||||
color: var(--text)
|
||||
}
|
||||
|
||||
div.vimiumHUD .hud-find {
|
||||
background-color: var(--base);
|
||||
border: none;
|
||||
}
|
||||
|
||||
div.vimiumHUD .vimiumHUDSearchArea {
|
||||
background-color: var(--base);
|
||||
}
|
|
@ -0,0 +1,131 @@
|
|||
/* Mocha palette */
|
||||
|
||||
:root {
|
||||
--rosewater: #f5e0dc;
|
||||
--peach: #fab387;
|
||||
--green: #a6e3a1;
|
||||
--blue: #89b4fa;
|
||||
--lavender: #b4befe;
|
||||
--text: #cdd6f4;
|
||||
--surface2: #585b70;
|
||||
--surface0: #313244;
|
||||
--base: #1e1e2e;
|
||||
--mantle: #181825;
|
||||
}
|
||||
#vimiumHintMarkerContainer div.internalVimiumHintMarker, #vimiumHintMarkerContainer div.vimiumHintMarker {
|
||||
padding: 3px 4px;
|
||||
background: var(--peach);
|
||||
border: 1;
|
||||
border-color: var(--mantle);
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
||||
}
|
||||
|
||||
#vimiumHintMarkerContainer div span {
|
||||
color: var(--mantle);
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
#vimiumHintMarkerContainer div > .matchingCharacter {
|
||||
opacity: 1.0;
|
||||
}
|
||||
|
||||
#vimiumHintMarkerContainer div > .matchingCharacter ~ span {
|
||||
color: var(--surface2);
|
||||
}
|
||||
|
||||
#vomnibar {
|
||||
background: var(--base);
|
||||
border: 2px solid var(--lavender);
|
||||
animation: show 200ms cubic-bezier(0, 0, 0.2, 1) forwards;
|
||||
max-height: calc(100vh - 70px);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@keyframes show {
|
||||
0% {
|
||||
transform: translateY(50px);
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
transform: translateY(0);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
#vomnibar input {
|
||||
color: var(--text);
|
||||
background: var(--base);
|
||||
border: none;
|
||||
height: unset;
|
||||
padding: 16px 30px;
|
||||
}
|
||||
|
||||
#vomnibar .vomnibarSearchArea {
|
||||
border: none;
|
||||
padding: unset;
|
||||
background: var(--base)
|
||||
}
|
||||
|
||||
#vomnibar ul {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background: var(--base);
|
||||
border-top: 1px solid var(--surface0);
|
||||
}
|
||||
|
||||
#vomnibar li {
|
||||
padding: 10px;
|
||||
border-bottom: 1px solid var(--surface0)
|
||||
}
|
||||
|
||||
#vomnibar li .vomnibarTopHalf,
|
||||
#vomnibar li .vomnibarBottomHalf {
|
||||
padding: 3px 0;
|
||||
}
|
||||
|
||||
#vomnibar li .vomnibarSource {
|
||||
color: var(--peach);
|
||||
}
|
||||
|
||||
#vomnibar li em,
|
||||
#vomnibar li .vomnibarTitle {
|
||||
color: var(--blue);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#vomnibar li .vomnibarUrl {
|
||||
color: var(--rosewater);
|
||||
}
|
||||
|
||||
#vomnibar li .vomnibarMatch {
|
||||
color: var(--green);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#vomnibar li .vomnibarTitle .vomnibarMatch {
|
||||
color: var(--blue);
|
||||
}
|
||||
|
||||
#vomnibar li.vomnibarSelected {
|
||||
background-color: var(--surface0);
|
||||
}
|
||||
|
||||
div.vimiumHUD {
|
||||
background: var(--base);
|
||||
border: none;
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
||||
}
|
||||
|
||||
div.vimiumHUD span#hud-find-input,
|
||||
div.vimiumHUD .vimiumHUDSearchAreaInner {
|
||||
color: var(--text)
|
||||
}
|
||||
|
||||
div.vimiumHUD .hud-find {
|
||||
background-color: var(--base);
|
||||
border: none;
|
||||
}
|
||||
|
||||
div.vimiumHUD .vimiumHUDSearchArea {
|
||||
background-color: var(--base);
|
||||
}
|
BIN
screenshot.png
Before Width: | Height: | Size: 99 KiB |
|
@ -0,0 +1,117 @@
|
|||
#vimiumHintMarkerContainer div.internalVimiumHintMarker, #vimiumHintMarkerContainer div.vimiumHintMarker {
|
||||
padding: 3px 4px;
|
||||
background: var(--peach);
|
||||
border: 1;
|
||||
border-color: var(--mantle);
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
||||
}
|
||||
|
||||
#vimiumHintMarkerContainer div span {
|
||||
color: var(--mantle);
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
#vimiumHintMarkerContainer div > .matchingCharacter {
|
||||
opacity: 1.0;
|
||||
}
|
||||
|
||||
#vimiumHintMarkerContainer div > .matchingCharacter ~ span {
|
||||
color: var(--surface2);
|
||||
}
|
||||
|
||||
#vomnibar {
|
||||
background: var(--base);
|
||||
border: 2px solid var(--lavender);
|
||||
animation: show 200ms cubic-bezier(0, 0, 0.2, 1) forwards;
|
||||
max-height: calc(100vh - 70px);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@keyframes show {
|
||||
0% {
|
||||
transform: translateY(50px);
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
transform: translateY(0);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
#vomnibar input {
|
||||
color: var(--text);
|
||||
background: var(--base);
|
||||
border: none;
|
||||
height: unset;
|
||||
padding: 16px 30px;
|
||||
}
|
||||
|
||||
#vomnibar .vomnibarSearchArea {
|
||||
border: none;
|
||||
padding: unset;
|
||||
background: var(--base)
|
||||
}
|
||||
|
||||
#vomnibar ul {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background: var(--base);
|
||||
border-top: 1px solid var(--surface0);
|
||||
}
|
||||
|
||||
#vomnibar li {
|
||||
padding: 10px;
|
||||
border-bottom: 1px solid var(--surface0)
|
||||
}
|
||||
|
||||
#vomnibar li .vomnibarTopHalf,
|
||||
#vomnibar li .vomnibarBottomHalf {
|
||||
padding: 3px 0;
|
||||
}
|
||||
|
||||
#vomnibar li .vomnibarSource {
|
||||
color: var(--peach);
|
||||
}
|
||||
|
||||
#vomnibar li em,
|
||||
#vomnibar li .vomnibarTitle {
|
||||
color: var(--blue);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#vomnibar li .vomnibarUrl {
|
||||
color: var(--rosewater);
|
||||
}
|
||||
|
||||
#vomnibar li .vomnibarMatch {
|
||||
color: var(--green);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#vomnibar li .vomnibarTitle .vomnibarMatch {
|
||||
color: var(--blue);
|
||||
}
|
||||
|
||||
#vomnibar li.vomnibarSelected {
|
||||
background-color: var(--surface0);
|
||||
}
|
||||
|
||||
div.vimiumHUD {
|
||||
background: var(--base);
|
||||
border: none;
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
||||
}
|
||||
|
||||
div.vimiumHUD span#hud-find-input,
|
||||
div.vimiumHUD .vimiumHUDSearchAreaInner {
|
||||
color: var(--text)
|
||||
}
|
||||
|
||||
div.vimiumHUD .hud-find {
|
||||
background-color: var(--base);
|
||||
border: none;
|
||||
}
|
||||
|
||||
div.vimiumHUD .vimiumHUDSearchArea {
|
||||
background-color: var(--base);
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
/* Frappe palette */
|
||||
|
||||
:root {
|
||||
--rosewater: #f2d5cf;
|
||||
--peach: #ef9f76;
|
||||
--blue: #8caaee;
|
||||
--lavender: #babbf1;
|
||||
--green: #a6d189;
|
||||
--text: #c6d0f5;
|
||||
--surface2: #626880;
|
||||
--surface0: #414559;
|
||||
--base: #303446;
|
||||
--mantle: #292c3c;
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
/* Latte palette */
|
||||
|
||||
:root {
|
||||
--rosewater: #dc8a78;
|
||||
--peach: #fe640b;
|
||||
--green: #40a02b;
|
||||
--blue: #1e66f5;
|
||||
--lavender: #7287fd;
|
||||
--text: #4c4f69;
|
||||
--surface2: #acb0be;
|
||||
--surface0: #ccd0da;
|
||||
--base: #eff1f5;
|
||||
--mantle: #e6e9ef;
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
/* Macchiato palette */
|
||||
|
||||
:root {
|
||||
--rosewater: #f4dbd6;
|
||||
--peach: #f5a97f;
|
||||
--green: #a6da95;
|
||||
--blue: #8aadf4;
|
||||
--lavender: #b7bdf8;
|
||||
--text: #cad3f5;
|
||||
--surface2: #5b6078;
|
||||
--surface0: #363a4f;
|
||||
--base: #24273a;
|
||||
--mantle: #1e2030;
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
/* Mocha palette */
|
||||
|
||||
:root {
|
||||
--rosewater: #f5e0dc;
|
||||
--peach: #fab387;
|
||||
--green: #a6e3a1;
|
||||
--blue: #89b4fa;
|
||||
--lavender: #b4befe;
|
||||
--text: #cdd6f4;
|
||||
--surface2: #585b70;
|
||||
--surface0: #313244;
|
||||
--base: #1e1e2e;
|
||||
--mantle: #181825;
|
||||
}
|
|
@ -1,162 +0,0 @@
|
|||
/*
|
||||
Dracula theme for Vimium
|
||||
by Trollwut (trollwut@trollwut.org). This code is in the public domain.
|
||||
To use:
|
||||
1. Copy the code.
|
||||
2. Go to the Vimium options.
|
||||
3. Click Show Advanced Options.
|
||||
4. Under Advanced Options, scroll down to CSS for link hints.
|
||||
5. Paste the code in the text field.
|
||||
6. Click Save Changes.
|
||||
7. Go to the website of your choice (or, if you have it open already, reload it) and check out the results.
|
||||
*/
|
||||
|
||||
/* Link hint boxes */
|
||||
div > .vimiumHintMarker {
|
||||
background: #282a36;
|
||||
font-size: 12px;
|
||||
border: 0.25em solid #ffb86c;
|
||||
border-radius: 0.34em;
|
||||
box-shadow: 0em 0.1em 0.6em 0.1em rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
/* Link hint text */
|
||||
div > .vimiumHintMarker span {
|
||||
color: #f8f8f2;
|
||||
font-size: inherit;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
/* Link hint matching characters */
|
||||
div > .vimiumHintMarker > .matchingCharacter {
|
||||
color: #6272a4;
|
||||
}
|
||||
|
||||
/* HUD ("heads-up display") bar */
|
||||
div.vimiumHUD {
|
||||
background: #282a36;
|
||||
border: 1px solid #6272a4;
|
||||
}
|
||||
|
||||
div.vimiumHUD .vimiumHUDSearchArea {
|
||||
background: #282a36;
|
||||
}
|
||||
|
||||
div.vimiumHUD .hud-find {
|
||||
background: #282a36;
|
||||
border: none;
|
||||
color: #f8f8f2;
|
||||
}
|
||||
|
||||
div.vimiumHUD span#hud-find-input{
|
||||
color: #f8f8f2; /* 'Foreground' color */
|
||||
}
|
||||
|
||||
div.vimiumHUD span#hud-match-count {
|
||||
color: #6272a4; /* 'Comment' color */
|
||||
}
|
||||
|
||||
div.vimiumHUD .vimiumHUDSearchAreaInner {
|
||||
color: #6272a4; /* 'Comment' color */
|
||||
}
|
||||
|
||||
#vomnibar{
|
||||
background-color: #44475A;
|
||||
}
|
||||
|
||||
#vomnibar input {
|
||||
color: #f8f8f2;
|
||||
font: -moz-window;
|
||||
/*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
|
||||
font-size: 20px;
|
||||
height: 34px;
|
||||
margin-bottom: 0;
|
||||
padding: 4px;
|
||||
background-color: #282a36;
|
||||
border-radius: 3px;
|
||||
border: 1px solid #6272a4;
|
||||
box-shadow: #bd93f9 0px 0px 1px;
|
||||
width: 100%;
|
||||
outline: none;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#vomnibar .vomnibarSearchArea {
|
||||
display: block;
|
||||
padding: 10px;
|
||||
background-color: #6272a4;
|
||||
border-radius: 4px 4px 0 0;
|
||||
border-bottom: 0px solid #bd93f9;
|
||||
}
|
||||
|
||||
#vomnibar ul {
|
||||
background-color: #44475a;
|
||||
border-radius: 0 0 4px 4px;
|
||||
list-style: none;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
margin-block-start: 2px;
|
||||
margin-block-end: 0px;
|
||||
}
|
||||
|
||||
#vomnibar li {
|
||||
border-bottom: 1px solid #6272a4;
|
||||
line-height: 1.1em;
|
||||
padding: 7px 10px;
|
||||
font-size: 16px;
|
||||
color: #f8f8f2;
|
||||
position: relative;
|
||||
display: list-item;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
#vomnibar li .vomnibarBottomHalf {
|
||||
font-size: 15px;
|
||||
margin-top: 3px;
|
||||
padding: 2px 0;
|
||||
}
|
||||
|
||||
#vomnibar li .vomnibarSource {
|
||||
color: #bd93f9;
|
||||
margin-right: 4px;
|
||||
}
|
||||
#vomnibar li .vomnibarRelevancy {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
padding: 5px;
|
||||
background-color: #282a36;
|
||||
color: #f8f8f2;
|
||||
font-family: monospace;
|
||||
width: 100px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#vomnibar li .vomnibarUrl {
|
||||
white-space: nowrap;
|
||||
color: #50fa7b;
|
||||
}
|
||||
|
||||
#vomnibar li .vomnibarMatch {
|
||||
font-weight: bold;
|
||||
color: #ffb86c;
|
||||
}
|
||||
|
||||
#vomnibar li em, #vomnibar li .vomnibarTitle {
|
||||
color: #f8f8f2;
|
||||
margin-left: 4px;
|
||||
font-weight: normal;
|
||||
}
|
||||
#vomnibar li em { font-style: italic; }
|
||||
#vomnibar li em .vomnibarMatch, #vomnibar li .vomnibarTitle .vomnibarMatch {
|
||||
color: #ffb86c;
|
||||
}
|
||||
|
||||
#vomnibar li.vomnibarSelected {
|
||||
background-color: #6272a4;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
#vomnibarInput::selection {
|
||||
background-color: #8be9fd;
|
||||
}
|