MacOS Monterey comes with ZSH and I use it with Hyper, an Electron-based terminal.
The terminal theme I use is called Material Shell and can be installed across all MacOS terminals with oh-my-zsh.
| { | |
| "$schema": "https://vega.github.io/schema/vega-lite/v5.json", | |
| "title": "LFS Version History", | |
| "data": { | |
| "values": [ | |
| {"major": "Demo", "minor": "0.04K", "date": "Aug 18 2002"}, | |
| {"major": "Demo", "minor": "0.04Q", "date": "Aug 31 2002"}, | |
| {"major": "Demo", "minor": "0.1B", "date": "Sep 6 2002"}, | |
| {"major": "Demo", "minor": "0.1D", "date": "Sep 14 2002"}, | |
| {"major": "Demo", "minor": "0.1F", "date": "Oct 11 2002"}, |
MacOS Monterey comes with ZSH and I use it with Hyper, an Electron-based terminal.
The terminal theme I use is called Material Shell and can be installed across all MacOS terminals with oh-my-zsh.
| /******/ (function(modules) { // webpackBootstrap | |
| /******/ // The module cache | |
| /******/ var installedModules = {}; | |
| /******/ | |
| /******/ // The require function | |
| /******/ function __webpack_require__(moduleId) { | |
| /******/ | |
| /******/ // Check if module is in cache | |
| /******/ if(installedModules[moduleId]) { | |
| /******/ return installedModules[moduleId].exports; |
| [{"ID":"15185","countrycode":"PL","USERNAME":"prodeje","Nickname":"^3DD^0\u2022^7Ravisk#01","Start Km":"55130734","Current Km":"75130692","Gumball Km":"19999958","Gumball m":"19999958","Driving Time":"515131","Avg speed":"139.76997851","Last seen":"today"},{"ID":"23540","countrycode":"TN","USERNAME":"racerss","Nickname":"^1[TS] ^7Dee #35","Start Km":"123098318","Current Km":"140814794","Gumball Km":"17716476","Gumball m":"17716476","Driving Time":"601640","Avg speed":"106.00909780","Last seen":"today"},{"ID":"23210","countrycode":"HU","USERNAME":"sergey29","Nickname":"^2[GLOW] Angel ^7#32","Start Km":"320148825","Current Km":"334586990","Gumball Km":"14438165","Gumball m":"14438165","Driving Time":"655704","Avg speed":"79.26960031","Last seen":"today"},{"ID":"16393","countrycode":"ES","USERNAME":"stanis96","Nickname":"^0[^1RDSR^0] ^6Warrior","Start Km":"117962926","Current Km":"130615905","Gumball Km":"12652979","Gumball m":"12652979","Driving Time":"428955","Avg speed":"106.18998357","Last seen":"<FONT COLOR |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Tabs</title> | |
| <link rel="stylesheet" type="text/css" href="css/style.css"> | |
| <script type="text/javascript" src="js/main.js"></script> | |
| </head> | |
| <body> | |
| <div class="tab-view" id="tabView"> |
A CSS drip animation consisting of a single div.
A Pen by Peter Butcher on CodePen.
Pure CSS Batteries
A Pen by Peter Butcher on CodePen.
Pure CSS Emoji
A Pen by Peter Butcher on CodePen.
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title></title> | |
| <link rel='stylesheet' type='text/css' href='css/style.css'> | |
| </head> | |
| <body> | |
| <div class="square-loader"> | |
| <div class="triangle triangle-red"></div> |
| /* Pete's atom styles */ | |
| /* Seti UI + Seti Syntax*/ | |
| /* Tree view indentation */ | |
| /* Root node */ | |
| li.directory.entry.list-nested-item.project-root { | |
| padding-left: 0px !important; | |
| /* Child nodes */ | |
| li.directory.entry.list-nested-item { |