Git Product home page Git Product logo

onehalf's Introduction

Xin Chào 👋


My name is Son (Sean) Pham and I'm a Vietnamese Software Engineer, working in the Bay Area since 2016. Previously I studied Computer Science at the University of Texas at Dallas.

I specialize in backend stacks, databases, data processing pipelines, validation, compliance and life cycle.

I am currently the Tech Lead for Takeout infrastructure (data portability) and regionalized batch data processing (data compliance) for Google Chat.

onehalf's People

Contributors

2u4n avatar abcinje avatar adrian5 avatar antongepting avatar caksoylar avatar drsdavidsoft avatar francis36012 avatar jawang35 avatar juliancoffee avatar kdungs avatar logonoff avatar metalelf0 avatar mhhollomon avatar mstuttgart avatar nzhuk98 avatar russbrown00 avatar sonph avatar thraizz avatar wouterj avatar xeruf 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

onehalf's Issues

Colors are too bright in iTerm 2

Hello

I'm very interested in using your theme - the dark one - but when I install it in vim for iTerm2 the colors are way too bright. I've added a screenshot.

Is this just the way things are, or are there some configurations that I need?

screen shot 2018-06-19 at 08 18 21

Konsole: Vim visual line invisible

Using the light Konsole theme causes an invisible "visual line" marking in Vim.

Reproduce:

  • Open any text file in Vim
  • Press Shift+V
  • Go down using the cursor key

You should the the marked lines but you see nothing.

Background color in VIM not matching iTerm

Theoretically re-opening this one here.

I would like to match the colors between VIM and iTerm as well.

Played a bit around and found inside "../../onehalf/vim/colors/onehalfdark.vim"
let s:black = { "gui": "#282c34", "cterm": "236" }

I changed it to
let s:black = { "gui": "#000000", "cterm": "0" }
and it seems to work. Might not be the correct color like defined for iterm colors, but would be lovely to see it match by default.

Appreciate your great efforts in that project and really like the theme. Thanks

Respect 'background' in vim

Instead of 2 color schemes, the vim integration should be one. The distinction between light and dark should be made via the 'background' setting, which can be either light or dark.

This is particularly useful for plugins such as https://github.com/amdt/sunset

Background colour within Vim in iTerm 2 not consistent with screenshots or other editors.

Screenshot 2019-09-26 at 21 14 59

It works perfectly fine in Sublime, and I love the colour scheme so I'm bummed out that I can't get this to work, but in Vim the background is this sort of dark brown colour and I can't for the life of me figure out why. What I'dl like is to have it mimic this screenshot. I've followed all the instructions in the readme and searched the web for the past few hours to see if it was a more general Vim issue, and can't get it looking like that. I'm using the OneHalfDark.terminal colour scheme found in this repo. It's possible I've configured something wrong but I can't figure out what. Relevant vim settings are all in that screenshot.

Thank you 🙌

This theme greatly helped my spring-cleaning-color-needs!

A Visual Studio Code theme would be cool

Thanks for a great theme. The tools I use most often are Alacritty/iTerm/Linux Terminal, tmux, neovim, XCode and VS Code (code). Nice to have 80% of them covered. Mind implementing your theme for VS Code?

Font used

What is the font used in the presentation image ?
main 1

st terminal from SuckLess

Just pasted your colors into ST colorscheme!

http://imgur.com/YRTjr1K

Replace with this code all color scheme in config.h

/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {

    /* 8 normal colors */
    [0] = "#282c34", /* black   */
    [1] = "#e06c75", /* red     */
    [2] = "#98c379", /* green   */
    [3] = "#e5c07b", /* yellow  */
    [4] = "#61afef", /* blue    */
    [5] = "#c678dd", /* magenta */
    [6] = "#56b6c2", /* cyan    */
    [7] = "#dcdfe4", /* white   */
                                        
    /* 8 bright colors */
    [8]  = "#485187", /* black   */
    [9]  = "#e06c75", /* red     */
    [10] = "#c3f49f", /* green   */
    [11] = "#ffdb99", /* yellow  */
    [12] = "#7cc4ff", /* blue    */
    [13] = "#eba8ff", /* magenta */
    [14] = "#e06c75", /* cyan    */
    [15] = "#f7f8f9", /* white   */
                                        
    /* special colors */
    [256] = "#282c34", /* background */
    [257] = "#dcdfe4", /* foreground */

};


/*
 * Default colors (colorname index)
 * foreground, background, cursor, cursor
 */
unsigned int defaultfg = 257;
unsigned int defaultbg = 256;
unsigned int defaultcs = 257;
unsigned int defaultrcs = 257;

Google Chrome

I really love the colors of this theme. Chrome theme will be awesome.

Spacemacs

I know it's a big burden for you, my sir.

But I have yet to find any color-scheme as great as your in any editor I've used.

Despite I ported OneHalf to St terminal, Bspwm, i3wm.

Spacemacs most certainly is beyond my capable!

Please, please...do me this favor!

Gudday!

http://spacemacs.org/

OneHalf ports:
https://imgur.com/sdPxFkC

colors for kitty terminal

I write colors in conf file, for kitty terminal. Just create a file in
~/.config/kitty/onehalf.conf
with

# Onehalf Colorscheme for Kitty
# Based on https://github.com/sonph/onehalf

foreground            #dcdfe4
background            #282c34
selection_foreground  #000000
selection_background  #FFFACD
url_color             #0087BD

# black
color0   #282c34
color8   #282c36

# red
color1   #e06c75
color9   #e06c75

# green
color2   #98c379
color10  #98c379

# yellow
color3   #e5c07b
color11  #e5c07b

# blue
color4  #61afef
color12 #61afef

# magenta
color5   #c678dd
color13  #c678dd

# cyan
color6   #56b6c2
color14  #56b6c2

# white
color7   #dcdfe4
color15  #dcdfe4

and add the line to principal configuration file ~/.config/kitty/kitty.conf
include onehalf.conf

Inconsistent colors

  • package & import statements in java in dark mode is blue (expected purple as in light mode)

Terminal suggestion color not honored

I use the zsh-autosuggestions plugin on iterm2. When typing a command in iterm, a suggestion is displayed in a lighter font color like so:

test

However, this lighter colored text doesn't show up when using the dark theme in a neovim terminal tab:

test

The images aren't so great but, the difference is very noticeable to the eye.

The text does show up when using the onehalflight version, but it's just plain back. I presume that this is what's happening with the onehalfdark theme, it's just that it doesn't show up due to the similarity of color with the background.

Red tabline background in vim

screen shot 2016-05-20 at 2 33 28 pm

:hi TabLine
TabLine        xxx ctermfg=248 ctermbg=255 guifg=White guibg=Red
:hi tablinesel
TabLineSel     xxx ctermfg=60 ctermbg=231 guifg=White guibg=Red
:hi tablinefill
TabLineFill    xxx ctermfg=247 ctermbg=255 guifg=#a0a1a7 guibg=#f0f0f0

Have to reload the colorscheme once to get the values right.

Search and IncSearch have same highlight colors in vim

doing an incremental search for a string or having search highlighting on and doing a search and replace in vim is really cumbersome due to current highlighting colors being used.

when you invoke search in vim all matches for the search pattern are highlighted, then the currently active match is usually highlighted in a different color. In OneHalf however this is not the case:
screen shot 2017-01-18 at 21 13 31
screen shot 2017-01-18 at 21 13 21

This results in the following behaviour:
screen shot 2017-01-18 at 21 20 39
here we can't determine what highlighted instance would be replaced if I press yes.

The next screenshot shows what the behaviour is if IncSearch has a different highlighting then default Search:
screen shot 2017-01-18 at 21 29 10

In this case I simply hijack the highlighting groups that are defined in the onehalf colorscheme file by linking Search to Pmenu and IncSearch to PMenuSel.
like this:

    hi! link Search PMenu
    hi! link IncSearch PMenuSel

as you can see the current active item is highlighted with a blue background and the others are highlighted with gray.

This is just a hack in my own vim configuration file however, I'm not sure what colors we want to use here. Just putting this out to see how we can fix this.

Debian 9 with Gnome Terminal 3.22.2 not working

Hi,

First off, thanks a lot for this color scheme and the accompanying install scripts. My new favorite!

I tried to install the scheme for gnome-terminal, following the relevant readme:
https://github.com/sonph/onehalf/tree/master/gnome-terminal

It resulted in all existing gnome terminal profiles being deleted, only default remaining. No One Half profile added.

Seems to be a common issue with Gnome Terminal 3.22.2 on Debian 9. See similar thread over at Gogh:
Gogh-Co/Gogh#63

Theme for tmux

Would love to see a theme matching for tmux - there is one that's close, but doesn't quite do it for me. I'd be happy to take it on as well.

Visual Studio Code variant

I've been lookin for a good light theme for some time... those are hard to find. Onehalf looks great, thanks for publishing it.
Do you plan on supporting Visual Studio Code?

Request to add Spyder-ide

I love onehalf color schemes but as I switched over spyder from sublime, how could I use onehalf (lighter version) on spyder ?

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.