Skip to content

Instantly share code, notes, and snippets.

@nerdius
Last active September 28, 2023 20:19
Show Gist options
  • Save nerdius/63d99e826a63689d6182130bae299eb0 to your computer and use it in GitHub Desktop.
Save nerdius/63d99e826a63689d6182130bae299eb0 to your computer and use it in GitHub Desktop.

Revisions

  1. nerdius revised this gist May 1, 2018. No changes.
  2. nerdius revised this gist May 1, 2018. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions vimium-arc-dark.css
    Original file line number Diff line number Diff line change
    @@ -18,24 +18,24 @@ To use:

    /* Arc Dark theme */

    /* Link hint boxes */
    div > .vimiumHintMarker {
    /* Link hint boxes */
    background: #383c4a;
    font-size: 12px;
    border: 0.25em solid #383c4a;
    border-radius: 0.68em;
    box-shadow: 0em 0.1em 0.6em 0.1em rgba(0, 0, 0, 0.4);
    }

    /* Link hint text */
    div > .vimiumHintMarker span {
    /* Link hint text */
    color: #e2e3e7;
    font-size: inherit;
    text-shadow: none;
    }

    /* Link hint matching characters */
    div > .vimiumHintMarker > .matchingCharacter {
    /* Link hint matching characters */
    color: #5294e2;
    }

  3. Giorgi Gzirishvili revised this gist Oct 7, 2017. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions vimium-arc-dark.css
    Original file line number Diff line number Diff line change
    @@ -35,6 +35,7 @@ div > .vimiumHintMarker span {
    }

    div > .vimiumHintMarker > .matchingCharacter {
    /* Link hint matching characters */
    color: #5294e2;
    }

  4. Giorgi Gzirishvili revised this gist Aug 28, 2017. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions vimium-arc-dark.css
    Original file line number Diff line number Diff line change
    @@ -37,3 +37,4 @@ div > .vimiumHintMarker span {
    div > .vimiumHintMarker > .matchingCharacter {
    color: #5294e2;
    }

  5. Giorgi Gzirishvili revised this gist Aug 28, 2017. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion vimium-arc-dark.css
    Original file line number Diff line number Diff line change
    @@ -15,6 +15,9 @@ To use:
    */


    /* Arc Dark theme */

    div > .vimiumHintMarker {
    /* Link hint boxes */
    background: #383c4a;
    @@ -33,4 +36,4 @@ div > .vimiumHintMarker span {

    div > .vimiumHintMarker > .matchingCharacter {
    color: #5294e2;
    }
    }
  6. Giorgi Gzirishvili revised this gist Aug 28, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion vimium-arc-dark.css
    Original file line number Diff line number Diff line change
    @@ -11,7 +11,7 @@ To use:
    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 wish (or if you have it already open, reload it) and check out the results.
    7. Go to the website of your choice (or, if you have it open already, reload it) and check out the results.
    */

  7. Giorgi Gzirishvili revised this gist Jul 18, 2017. 1 changed file with 4 additions and 2 deletions.
    6 changes: 4 additions & 2 deletions vimium-arc-dark.css
    Original file line number Diff line number Diff line change
    @@ -18,14 +18,16 @@ To use:
    div > .vimiumHintMarker {
    /* Link hint boxes */
    background: #383c4a;
    font-size: 12px;
    border: 0.25em solid #383c4a;
    border-radius: 0.75em;
    border-radius: 0.68em;
    box-shadow: 0em 0.1em 0.6em 0.1em rgba(0, 0, 0, 0.4);
    }

    div > .vimiumHintMarker span {
    /* Link hint text */
    color: #e2e3e7;
    font-size: 12px;
    font-size: inherit;
    text-shadow: none;
    }

  8. Giorgi Gzirishvili revised this gist Jul 18, 2017. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions vimium-arc-dark.css
    Original file line number Diff line number Diff line change
    @@ -16,14 +16,14 @@ To use:
    */

    div > .vimiumHintMarker {
    /* Linkhint boxes */
    /* Link hint boxes */
    background: #383c4a;
    border: 0.25em solid #383c4a;
    border-radius: 0.75em;
    }

    div > .vimiumHintMarker span {
    /* Linkhint text */
    /* Link hint text */
    color: #e2e3e7;
    font-size: 12px;
    text-shadow: none;
  9. Giorgi Gzirishvili revised this gist Jul 18, 2017. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions vimium-arc-dark.css
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,5 @@
    /*
    Arc Dark theme for styling Vimium link hints
    By Giorgi Gzirishvili (@giogziro95). This code is in the public domain.
    @@ -11,6 +12,7 @@ To use:
    5. Paste the code in the text field.
    6. Click Save Changes.
    7. Go to the website of your wish (or if you have it already open, reload it) and check out the results.
    */

    div > .vimiumHintMarker {
  10. Giorgi Gzirishvili revised this gist Jul 18, 2017. 1 changed file with 7 additions and 7 deletions.
    14 changes: 7 additions & 7 deletions vimium-arc-dark.css
    Original file line number Diff line number Diff line change
    @@ -4,13 +4,13 @@ Arc Dark theme for styling Vimium link hints
    By Giorgi Gzirishvili (@giogziro95). 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 wish (or if you have it already open, reload it) and check out the results.
    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 wish (or if you have it already open, reload it) and check out the results.
    */

    div > .vimiumHintMarker {
  11. Giorgi Gzirishvili revised this gist Jul 18, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion vimium-arc-dark.css
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    /*
    Arc Dark theme for styling Vimium link hints
    By @giogziro95. This code is in the public domain.
    By Giorgi Gzirishvili (@giogziro95). This code is in the public domain.
    To use:
    1. Copy the code.
  12. Giorgi Gzirishvili created this gist Jul 18, 2017.
    32 changes: 32 additions & 0 deletions vimium-arc-dark.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,32 @@
    /*
    Arc Dark theme for styling Vimium link hints
    By @giogziro95. 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 wish (or if you have it already open, reload it) and check out the results.
    */

    div > .vimiumHintMarker {
    /* Linkhint boxes */
    background: #383c4a;
    border: 0.25em solid #383c4a;
    border-radius: 0.75em;
    }

    div > .vimiumHintMarker span {
    /* Linkhint text */
    color: #e2e3e7;
    font-size: 12px;
    text-shadow: none;
    }

    div > .vimiumHintMarker > .matchingCharacter {
    color: #5294e2;
    }