Git Product home page Git Product logo

Comments (1)

stemid avatar stemid commented on May 24, 2024 1

I think I figured it out finally, I had to get some variables from this page and further I used inspect in Firefox to see other variables not listed there.

I still don't understand how to name the theme and have multiple, but I don't care because it's just for my personal site anyways.

So this is my first draft Nord theme.

// Set your brand colors
$nord0Black: #2e3440;
$nord1Black: #3b4252;
$nord2Black: #434c5e;
$nord3Black: #4c566a;

$nord4White: #d8dee9;
$nord5White: #e5e9f0;
$nord6White: #eceff4;

$nord7Blue: #8fbcbb;
$nord8Blue: #88c0d0;
$nord9Blue: #81a1c1;
$nord10Blue: #5e81ac;

$nord11Red: #bf616a;
$nord12Orange: #d08770;
$nord13Yellow: #ebcb8b;
$nord14Green: #a3be8c;
$nord15Purple: #b48ead;

// Path to Bulma's sass folder
@use "bulma/sass" with (
  $black: $nord0Black,
  $white: $nord6White,
  $blue: $nord10Blue,
  $red: $nord11Red,
  $orange: $nord12Orange,
  $yellow: $nord13Yellow,
  $green: $nord14Green,
  $purple: $nord15Purple,

  $primary: $nord7Blue,
  $link: $nord8Blue,
  $success: $nord14Green,
  $info: $nord7Blue,
  $warning: $nord11Red,
  $dark: $nord0Black,

  $background: $nord0Black,
  $border: $nord8Blue,
  $code: $nord3Black,
  $pre: $nord3Black,
  $shadow-color: $nord2Black,

  $body-background-color: $nord0Black,

  $control-border-width: 2px,
  $input-shadow: none
);

ul.taxonomy-list > li {
  display: inline;
}

from bulma.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.