Giter Club home page Giter Club logo

inbedby7pm's Introduction

In Bed By 7pm ๐ŸŒ†

Version Downloads

My first VS Code Theme was Night Owl, and I got a request for a new kind of theme for other folks: In Bed By 7pm.

About this theme, and some of the considerations made while creating it (as well as how to create it should you want to make your own): https://css-tricks.com/creating-a-vs-code-theme/

vue react javascript powershell

Installation

  1. Install Visual Studio Code
  2. Launch Visual Studio Code
  3. Choose Extensions from menu
  4. Search for in bed by 7pm
  5. Click Install to install it
  6. Click Reload to reload the Code
  7. From the menu bar click: Code > Preferences > Color Theme > In Bed By 7pm

Suggestions and contributions welcome :)

inbedby7pm's People

Contributors

antleblanc avatar jvik avatar sdras avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

inbedby7pm's Issues

Inline code in markdown has general text colour

Thanks for the new theme, Sarah.

I noticed that inline code within markdown paragraphs does not appear to be shown in a different colour - as it is in Night Owl.

It looks like this:

inbedby7

Whereas in Night Owl it looks like this:

nightowl

Whether or not this is intentional, IDK. I just thought I'd bring it to your attention in case it isn't.

Active tab is darker than inactive tab

I am on v0.4.0

Love this theme so much, but had to change the way tab highlighting works because my brain would not accept the active tab being darker than inactive tabs. Not sure if anyone else feels this way, or if I am just stubborn, so thought I'd open an issue for discussion.

For those who feel me on this, here are my overrides (which also cover the fix for background color of selections)

  "workbench.colorCustomizations": {
    "[In Bed by 7pm]": {
      "tab.unfocusedInactiveForeground": "#545869",
      "tab.unfocusedActiveBackground": "#1E2030",
      "tab.activeBackground":  "#545869",

      "selection.background": "#f3ff486b",
      "editor.selectionBackground": "#363d53dd",
      "editor.selectionHighlightBackground": "#363d53dd",
      "editor.inactiveSelectionBackground": "#303649a4",
      "editor.findMatchBackground": "#f3ff486b",
      "editor.findMatchHighlightBackground": "#f3ff482a"
    }
  },

Thanks again for another fantastic theme!! Its the only one that has ever even made me think about switching from Night Owl ๐Ÿ˜„

Example image with 2 vertically-split editors, left side is active:
image

Selected background with intellisense widget is a bit off

Hi there, first of all thank your for the theme!

I've had this issue with the editorSuggestWidget.selectedBackground(I hope it's not a clash inside my own VSCode settings...).
image

I use #30354A as a replacement but it might not be optimal (not enough contrast).

Highlighting on search results is not visible

Hey Sarah, the new theme is great!

I noticed an issue with the search results highlight color, it's not very visible against the background. Here's a comparison against Night Owl:

In Bed By 7pm search
night owl search

This is on version 0.3.1 of the theme.

Background color of selections

Hello and thank you for a great theme.

This is found on version 0.3.3.

When selecting text in for example the Find & Replace fields, the background color of the selection is very similar to the background color of the input. I tracked it down to the setting selection.background but I do not know what color would be great.

I cannot see my selection with default settings:
With default selection.background color - cannot see the selection.

I see it with override "selection.background": "#ff0000":
overridden

Please let me know if I can help and thank you for your work! ๐Ÿ™‚

Scrollbar thumb is hard to see

First off - โค๏ธ this theme! It's my default.

I am having issues though seeing the scrollbar thumb in the diff editor. It's doesn't have enough contrast so it makes it hard to find, especially in cases where there are many diffs.

image

Side bar and editor section is blended because of same background color.

The sidebar and main editor sections are not accurately distinguishable because of the same background-color. And because of that, it is hard to resize. The scenario is shown in the below video, as while hovering the mouse cursor in between the border of two sections is very difficult.

blended.mov

No border around menu dropdowns

In some places there is a black (ish?) border. It would be great if there was one around the dropdowns for File, Edit, etc.

image

While I think about it, it would be nice if there was a border down the side bar too ๐Ÿ˜

Welcome screen text colour issue

Great theme. Thank you for the effort.

When I open code the welcome screen text on right has white background. I think it is supposed to have same dark background.

Screenshot 2020-09-28 at 8 46 43 AM

File title when focused on different pane.

Hello again, this is seen on version 0.3.3.

When I split my editor side-by-side the contrast of the other file-tabs changes.

When I focus on .vscodeignore I can still read the filename of settings.json:
Screenshot 2020-10-04 at 08 50 22

When I focus on the other pane on CHANGELOG.md I cannot read settings.json but only .vscodeignore:
Screenshot 2020-10-04 at 08 50 30

I could not find which color setting affects this, please let me know if I can help.

Unselected tab font color blends with background

image
vscode 1.49.2
mac osx 10.15.5

Wanted to quickly point this out. Haven't had a chance to debug myself, and might not get to it, so there's certainly a chance this is an issue with my config and not the theme.

Thank you for continuing to produce excellent themes! I have been using Night Owl for the past couple years and have really enjoyed it.

No extensions found!

This extension looks great! Unfortunately my VS code can't find it when I search for inbedby7.

Using some incredible sleuthing techniques I have discovered it is found by searching In bed by 7pm or sdras.

Not found

Found

Git merge conflits text is unreadable

Hello,

When there is a git conflict there is one line where the text is unreadable:

Screenshot 2020-12-04 at 17 00 08

Normally you can see something like this:

<<<<<<<< HEAD (Current changes)

Thank you !

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.