Skip to content

Instantly share code, notes, and snippets.

@bastndev
Last active April 11, 2024 16:34
Show Gist options
  • Save bastndev/2b1455f6ebee34ec445b7721833ba6c2 to your computer and use it in GitHub Desktop.
Save bastndev/2b1455f6ebee34ec445b7721833ba6c2 to your computer and use it in GitHub Desktop.
🌞 Morning 246 commits β–ˆβ–ˆβ–ˆβ–ˆβ–β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 7.8%
πŸŒ† Daytime 565 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 17.5%
πŸŒƒ Evening 731 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 25.9%
πŸŒ™ Night 1235 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 48.8%
@bastndev
Copy link
Author

bastndev commented Feb 14, 2024

"workbench.colorCustomizations": {
    "editorGroupHeader.noTabsBackground": "#95ff6b",
    "[Flutter Dark Theme]": {
      "menu.selectionBorder": "#1e2c2f",
      "tab.activeBackground": "#1b1c23",
      "statusBar.background": "#0a0a0a",
      "statusBar.debuggingBackground": "#0d0d0d",
      "list.activeSelectionBackground": "#2a3b3f",
      "debugConsole.errorForeground": "#00aaff",
      "debugConsole.infoForeground": "#0df490",
      "tab.unfocusedInactiveModifiedBorder": "#00ffff",
      "editorGroup.dropBackground": "#00000055",
      "tab.activeBorder": "#ffcb6b",
      "activityBarBadge.background": "#fece75",
      "list.activeSelectionForeground": "#fece75",
      "list.inactiveSelectionForeground": "#f9d288",
      "sideBarSectionHeader.foreground": "#a6a6a6",
      "gitDecoration.modifiedResourceForeground": "#ffffff"
    }
  },
  "editor.tokenColorCustomizations": {
    "strings": "#0df490",
    "textMateRules": [
      {
        "scope": [
          "support.class.dart",
        ],
        "settings": {
          "foreground": "#ffcb6b",
        },
      },
      {
        "scope": [
          "storage.modifier.dart",
        ],
        "settings": {
          "foreground": "#1fccfc",
        },
      },
    ]
  },

Change color vscode

@bastndev
Copy link
Author

{
  "extends": "astro/tsconfigs/strict",
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "@/*": [
        "src/*"
      ],
      "@/components": [
        "src/components/*"
      ],
      "@/icons": [
        "src/icons/*"
      ],
      "@/lib": [
        "src/lib/*"
      ]
    },
  },
  "exclude": [
    "public"
  ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment