Skip to content

Brave Search Tokyo Night (tokyonight) by JoshuaMarkle

Screenshot of Brave Search Tokyo Night (tokyonight)

Details

AuthorJoshuaMarkle

LicenseCC Zero

Categorysearch.brave.com

Created

Updated

Size4.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Tokyonight for Brave!

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Brave Search Tokyo Night (tokyonight)
@version      20240527.21.28
@namespace    https://userstyles.world/user/JoshuaMarkle
@description  Tokyonight for Brave!
@author       JoshuaMarkle
@license      CC Zero
==/UserStyle== */

@-moz-document domain("search.brave.com") {
* {
    --bg-dark: #16161E;
    --bg-code: #12121a;
    --bg: #1A1B26;
    --bg-2: #282B3C;
    --bg-3: #3F4256;
    --bg-4: #444B6A;
    --highlight-1: #1E202E;
    --highlight-2: #2E3448;
    --blue-accent: #89ddff;
    --text: #c0caf5;
    --text-dark: #565f89;
    --cyan: #7dcfff;
    --blue: #7aa2f7;
    --blue-dark: #5C88E6;
    --orange: #ff9e64;
    --orange-dark: #e3a144;
    --red: #f7768e;
    --red-dark: #db4b4b;
    --green: #9ece6a;
    --green-dark: #1abc9c;
    --purple: #bb9af7;
    --comment: #565f89;
    
    --color-primitive-black: #000000;
    --color-primitive-gray-01: #f3f5f7;
    --color-primitive-gray-10: #ebeef0;
    --color-primitive-gray-60: #546771;
    --color-primitive-primary-40: #7c91ff;
    --color-primitive-primary-60: #3f39e8;
    --color-primitive-primary-70: #3b08c2;
    --color-primitive-neutral-25: #3b3b3f;
    --color-primitive-white: #ffffff;
    --color-blue-20: #0b355d;
    --color-gray-10: #21272a;
    --color-gray-20: #30393d;
    --color-gray-30: #546771;
    --color-gray-40: #62757e;
    --color-gray-50: #a1b2ba;
    --color-gray-60: #becad0;
    --color-gray-70: #ebeef0;
    --color-green-10: #092c09;
    --color-green-20: #123f13;
    --color-green-30: #19721e;
    --color-green-40: #3c823c;
    --color-neutral-10: #111114;
    --color-neutral-60: #c7c7cc;
    --color-pink-40: #c24580;
    --color-primary-10: #1c0d64;
    --color-primary-20: #2a118e;
    --color-primary-30: #3f39e8;
    --color-primary-40: #545ff8;
    --color-primary-50: #7c91ff;
    --color-primary-60: #b7c6ff;
    --color-primary-70: #e9eeff;
    --color-purple-40: #7064d3;
    --color-red-20: #620f18;
    --color-red-40: #e11f3d;
    --color-secondary-40: #cd4400;
    --color-teal-40: #077f8d;
    --gradient-panel-background: linear-gradient( 96.98deg, #3b08c2 0%, #3f39e8 100% );
    --gradient-hero: linear-gradient(174deg, #ff4000 2.32%, #ff1f01 93.33%);
    --gradient-llm: linear-gradient( 180deg, rgba(36, 39, 49, .3) .09%, rgba(36, 39, 49, .3) 51.51%, rgba(23, 25, 30, .3) 95.35% ), var(--color-page-background);
    --color-button-background: #3f39e8;
    --color-button-disabled: #687b854d;
    --color-container-background: var(--bg);
    --color-container-disabled: #c3c9d32e;
    --color-container-highlight: var(--bg-dark);
    --color-container-interactive: #1c0d64;
    --color-dialogs-scrim-background: #00000066;
    --color-divider-interactive: #545ff866;
    --color-divider-strong: #a1b2ba66;
    --color-divider-subtle: var(--bg-2);
    --color-icon-default: var(--text);
    --color-icon-disabled: var(--text-dark);
    --color-icon-interactive: var(--blue);
    --color-link-default: var(--blue);
    --color-link-visited: var(--purple);
    --color-page-background: var(--bg-dark);
    --color-systemfeedback-error-background: #460a10;
    --color-systemfeedback-error-text: #ffb1b0;
    --color-systemfeedback-info-text: #a0cdff;
    --color-systemfeedback-success-text: #94df91;
    --color-tabs-search-text-default: #ff6022;
    --color-text-disabled: #ebeef080;
    --color-text-interactive: var(--text);
    --color-text-primary: var(--text);
    --color-text-secondary: var(--text);
    --color-text-tertiary: var(--text-dark);
    --color-serp-bar-bg: var(--bg-dark);
    --color-serp-breadcrumbs: var(--text-dark);
    --color-serp-container-interactive: #2b314b;
    --color-serp-divider-subtle-container: #30393d;
    --color-serp-header-background: var(--bg);
    --color-serp-highlight-background: var(--bg);
    --color-serp-snippet-background: var(--bg);
    --color-code-01: var(--text-dark);
    --color-code-02: var(--text);
    --color-code-03: var(--green);
    --color-code-04: var(--blue);
    --color-code-05: var(--purple);
    --color-code-border: var(--bg-2);
    --elevation-primary: rgba(255, 255, 255, .15);
    --elevation-secondary: rgba(0, 0, 0, .8);
}

#pagination-snippet { background-color: #ffffff00 }
.premium-cta { display: none; }
.SettingsDrawer { box-shadow: none !important; }
}

Reviews

No reviews yet.