Git Product home page Git Product logo

Comments (5)

LFSCamargo avatar LFSCamargo commented on May 27, 2024 1

Ive installed a second plugin that made the blur work

from verminal.

ThatOneCalculator avatar ThatOneCalculator commented on May 27, 2024

To clarify, transparency works, but theres no blur

from verminal.

LFSCamargo avatar LFSCamargo commented on May 27, 2024

The plugin is called hyper-transparent-vibrancy

from verminal.

ThatOneCalculator avatar ThatOneCalculator commented on May 27, 2024

Wow, I'm surprised that this thread was even looked at! I'll certainly give it a try, but I now use alacritty :)

from verminal.

LFSCamargo avatar LFSCamargo commented on May 27, 2024

Here is my config file

// Hyper configuration reference - https://hyper.is#cfg
const fontFamily = 'Operator Mono, Fira Code';
const fontSize = 15;
const fontWeight = 'bold';

module.exports = {
  config: {
    updateChannel: 'stable',
    fontSize,
    fontWeight,
    fontFamily,
    fontWeightBold: 'bold',
    lineHeight: 1,
    letterSpacing: 0,
    cursorColor: 'rgba(248,28,229,0.8)',
    cursorAccentColor: '#000',
    cursorShape: 'BEAM',
    cursorBlink: false,
    foregroundColor: '#fff',
    backgroundColor: '#000',
    selectionColor: 'rgba(248,28,229,0.3)',
    borderColor: '#333',
    termCSS: '',
    css: '',
    showHamburgerMenu: '',
    showWindowControls: '',
    padding: '12px 14px',
    colors: {
      black: '#000000',
      red: '#C51E14',
      green: '#1DC121',
      yellow: '#C7C329',
      blue: '#0A2FC4',
      magenta: '#C839C5',
      cyan: '#20C5C6',
      white: '#C7C7C7',
      lightBlack: '#686868',
      lightRed: '#FD6F6B',
      lightGreen: '#67F86F',
      lightYellow: '#FFFA72',
      lightBlue: '#6A76FB',
      lightMagenta: '#FD7CFC',
      lightCyan: '#68FDFE',
      lightWhite: '#FFFFFF',
    },
    shell: '',
    shellArgs: ['--login'],
    env: {},
    bell: 'SOUND',
    copyOnSelect: false,
    defaultSSHApp: true,
    quickEdit: false,
    macOptionSelectionMode: 'vertical',
    webGLRenderer: true,
    verminal: {
      fontFamily,
      fontSize,
      fontWeight,
    },
    hyperSpotify: {
      position: 'bottom', // or 'bottom'
      margin: 'default', // or 'double' or custom value
      controlsPosition: 'default', // or 'left' or 'right'
    },
    hyperTransparentVibrancy: {
      alpha: 0.45, // default 50%
      vibrancy: 'light',
    },
  },
  plugins: ['hyper-transparent-vibrancy', 'hyper-spotify', 'verminal'],
  localPlugins: [],
  keymaps: {},
};

from verminal.

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.